Adding "peaceful" status as on value to Tuya Presence Sensor (#129925)

pull/129970/head
Kunal Aggarwal 2024-11-06 16:13:41 +05:30 committed by Franck Nijhof
parent 26d8d5343a
commit 361e0d4fc7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 1 deletions

View File

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