1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00

Add Heater (rs) support Tuya Climate (#65707)

This commit is contained in:
Franck Nijhof 2022-02-05 12:09:29 +01:00 committed by GitHub
parent b1bf9b50d8
commit 5613a80d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(