mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Adding new on values for Tuya Presence Detection Sensor (#129801)
This commit is contained in:
@@ -151,7 +151,7 @@ BINARY_SENSORS: dict[str, tuple[TuyaBinarySensorEntityDescription, ...]] = {
|
|||||||
TuyaBinarySensorEntityDescription(
|
TuyaBinarySensorEntityDescription(
|
||||||
key=DPCode.PRESENCE_STATE,
|
key=DPCode.PRESENCE_STATE,
|
||||||
device_class=BinarySensorDeviceClass.OCCUPANCY,
|
device_class=BinarySensorDeviceClass.OCCUPANCY,
|
||||||
on_value="presence",
|
on_value={"presence", "small_move", "large_move"},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
# Formaldehyde Detector
|
# Formaldehyde Detector
|
||||||
|
Reference in New Issue
Block a user