diff --git a/homeassistant/components/tuya/switch.py b/homeassistant/components/tuya/switch.py index 9bab4822030..dd9a156c554 100644 --- a/homeassistant/components/tuya/switch.py +++ b/homeassistant/components/tuya/switch.py @@ -310,6 +310,12 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = { SwitchEntityDescription( key=DPCode.SWITCH, name="Switch", + icon="mdi:power", + entity_category=EntityCategory.CONFIG, + ), + SwitchEntityDescription( + key=DPCode.START, + name="Start", icon="mdi:pot-steam", entity_category=EntityCategory.CONFIG, ),