Add Heater (rs) support Tuya Climate (#65707)
This commit is contained in:
parent
b1bf9b50d8
commit
5613a80d28
1 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,12 @@ CLIMATE_DESCRIPTIONS: dict[str, TuyaClimateEntityDescription] = {
|
|||
key="qn",
|
||||
switch_only_hvac_mode=HVAC_MODE_HEAT,
|
||||
),
|
||||
# Heater
|
||||
# https://developer.tuya.com/en/docs/iot/categoryrs?id=Kaiuz0nfferyx
|
||||
"rs": TuyaClimateEntityDescription(
|
||||
key="rs",
|
||||
switch_only_hvac_mode=HVAC_MODE_HEAT,
|
||||
),
|
||||
# Thermostat
|
||||
# https://developer.tuya.com/en/docs/iot/f?id=K9gf45ld5l0t9
|
||||
"wk": TuyaClimateEntityDescription(
|
||||
|
|
Loading…
Add table
Reference in a new issue