Complete Air Conditioner (kt) device support for Tuya (#58417)

This commit is contained in:
Franck Nijhof 2021-10-25 22:55:21 +02:00 committed by GitHub
parent 9d231ac2f8
commit ba901bbbbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -127,6 +127,14 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = {
name="Backlight",
),
),
# Air conditioner
# https://developer.tuya.com/en/docs/iot/categorykt?id=Kaiuz0z71ov2n
"kt": (
TuyaLightEntityDescription(
key=DPCode.LIGHT,
name="Backlight",
),
),
# Smart Camera
# https://developer.tuya.com/en/docs/iot/categorysp?id=Kaiuz35leyo12
"sp": (