Add support for Pet Feeder (cwwsq) in Tuya (#61359)
This commit is contained in:
parent
39b26e5ff7
commit
0a00c77ed6
5 changed files with 49 additions and 0 deletions
|
@ -71,6 +71,16 @@ BINARY_SENSORS: dict[str, tuple[TuyaBinarySensorEntityDescription, ...]] = {
|
|||
),
|
||||
TAMPER_BINARY_SENSOR,
|
||||
),
|
||||
# Smart Pet Feeder
|
||||
# https://developer.tuya.com/en/docs/iot/categorycwwsq?id=Kaiuz2b6vydld
|
||||
"cwwsq": (
|
||||
TuyaBinarySensorEntityDescription(
|
||||
key=DPCode.FEED_STATE,
|
||||
name="Feeding",
|
||||
icon="mdi:information",
|
||||
on_value="feeding",
|
||||
),
|
||||
),
|
||||
# Human Presence Sensor
|
||||
# https://developer.tuya.com/en/docs/iot/categoryhps?id=Kaiuz42yhn1hs
|
||||
"hps": (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue