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 Franck Nijhof
parent 00ea1cab9f
commit 3f5e395e2f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

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