mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Tuya fan natural wind mode (#65343)
This commit is contained in:
parent
75a1f3207c
commit
d24fedbe97
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user