Fix missing temperature level on Tuya Heater (qn) devices (#58643)
This commit is contained in:
parent
8925f5cc45
commit
42a2aed8af
2 changed files with 10 additions and 0 deletions
|
@ -210,6 +210,7 @@ class DPCode(str, Enum):
|
|||
LED_TYPE_1 = "led_type_1"
|
||||
LED_TYPE_2 = "led_type_2"
|
||||
LED_TYPE_3 = "led_type_3"
|
||||
LEVEL = "level"
|
||||
LIGHT = "light" # Light
|
||||
LIGHT_MODE = "light_mode"
|
||||
LOCK = "lock" # Lock / Child lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue