diff --git a/homeassistant/components/tuya/light.py b/homeassistant/components/tuya/light.py index 8c5e084efe2..0e7aee4655e 100644 --- a/homeassistant/components/tuya/light.py +++ b/homeassistant/components/tuya/light.py @@ -72,6 +72,7 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = { TuyaLightEntityDescription( key=DPCode.SWITCH_BACKLIGHT, name="Backlight", + entity_category=EntityCategory.CONFIG, ), ), # String Lights @@ -157,6 +158,7 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = { TuyaLightEntityDescription( key=DPCode.SWITCH_BACKLIGHT, name="Backlight", + entity_category=EntityCategory.CONFIG, ), ), # Air conditioner @@ -165,6 +167,7 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = { TuyaLightEntityDescription( key=DPCode.LIGHT, name="Backlight", + entity_category=EntityCategory.CONFIG, ), ), # Heater