Add TRV (wkf) support to Tuya (#65649)

This commit is contained in:
Franck Nijhof
2022-02-04 12:34:15 +01:00
committed by GitHub
parent 320df10a26
commit b7007b364a
5 changed files with 37 additions and 0 deletions

View File

@@ -367,6 +367,8 @@ class DPCode(StrEnum):
WATER_SET = "water_set" # Water level
WATERSENSOR_STATE = "watersensor_state"
WET = "wet" # Humidification
WINDOW_CHECK = "window_check"
WINDOW_STATE = "window_state"
WINDSPEED = "windspeed"
WIRELESS_BATTERYLOCK = "wireless_batterylock"
WIRELESS_ELECTRICITY = "wireless_electricity"