Tuya: Add support for turning smart heater LEDs on and off (#64739)

pull/65279/head
alexanv1 2022-01-24 00:25:01 -08:00 committed by GitHub
parent 76bfbbafe1
commit 7cbf02e37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -159,6 +159,15 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = {
name="Backlight",
),
),
# Heater
# https://developer.tuya.com/en/docs/iot/categoryqn?id=Kaiuz18kih0sm
"qn": (
TuyaLightEntityDescription(
key=DPCode.LIGHT,
name="Backlight",
entity_category=EntityCategory.CONFIG,
),
),
# Smart Camera
# https://developer.tuya.com/en/docs/iot/categorysp?id=Kaiuz35leyo12
"sp": (