mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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",
|
icon="mdi:molecule",
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
),
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.FAN_COOL,
|
||||||
|
name="Natural Wind",
|
||||||
|
icon="mdi:weather-windy",
|
||||||
|
entity_category=EntityCategory.CONFIG,
|
||||||
|
),
|
||||||
SwitchEntityDescription(
|
SwitchEntityDescription(
|
||||||
key=DPCode.FAN_BEEP,
|
key=DPCode.FAN_BEEP,
|
||||||
name="Sound",
|
name="Sound",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user