diff --git a/homeassistant/components/tuya/switch.py b/homeassistant/components/tuya/switch.py index 7041b22ebe6..619e85cbdd4 100644 --- a/homeassistant/components/tuya/switch.py +++ b/homeassistant/components/tuya/switch.py @@ -501,6 +501,12 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = { icon="mdi:molecule", entity_category=EntityCategory.CONFIG, ), + SwitchEntityDescription( + key=DPCode.FAN_COOL, + name="Natural Wind", + icon="mdi:weather-windy", + entity_category=EntityCategory.CONFIG, + ), SwitchEntityDescription( key=DPCode.FAN_BEEP, name="Sound",