diff --git a/homeassistant/components/tuya/light.py b/homeassistant/components/tuya/light.py index 8114d6709d8..8c5e084efe2 100644 --- a/homeassistant/components/tuya/light.py +++ b/homeassistant/components/tuya/light.py @@ -66,6 +66,14 @@ class TuyaLightEntityDescription(LightEntityDescription): LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = { + # Curtain Switch + # https://developer.tuya.com/en/docs/iot/category-clkg?id=Kaiuz0gitil39 + "clkg": ( + TuyaLightEntityDescription( + key=DPCode.SWITCH_BACKLIGHT, + name="Backlight", + ), + ), # String Lights # https://developer.tuya.com/en/docs/iot/dc?id=Kaof7taxmvadu "dc": (