Adding new on values for Tuya Presence Detection Sensor (#129801)

This commit is contained in:
Kunal Aggarwal
2024-11-05 16:22:38 +05:30
committed by GitHub
parent 5fd1e23255
commit 5eadfcc524

View File

@@ -151,7 +151,7 @@ BINARY_SENSORS: dict[str, tuple[TuyaBinarySensorEntityDescription, ...]] = {
TuyaBinarySensorEntityDescription(
key=DPCode.PRESENCE_STATE,
device_class=BinarySensorDeviceClass.OCCUPANCY,
on_value="presence",
on_value={"presence", "small_move", "large_move"},
),
),
# Formaldehyde Detector