Tuya fan natural wind mode (#65343)

This commit is contained in:
fOmey 2022-02-02 01:50:43 +11:00 committed by GitHub
parent 75a1f3207c
commit d24fedbe97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",