mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Update climate.py (#68786)
add TRV presets to all Zonnsmart-like models
This commit is contained in:
@@ -776,7 +776,10 @@ class StelproFanHeater(Thermostat):
|
|||||||
@STRICT_MATCH(
|
@STRICT_MATCH(
|
||||||
channel_names=CHANNEL_THERMOSTAT,
|
channel_names=CHANNEL_THERMOSTAT,
|
||||||
manufacturers={
|
manufacturers={
|
||||||
"_TZE200_hue3yfsn",
|
"_TZE200_e9ba97vf", # TV01-ZG
|
||||||
|
"_TZE200_husqqvux", # TSL-TRV-TV01ZG
|
||||||
|
"_TZE200_hue3yfsn", # TV02-ZG
|
||||||
|
"_TZE200_kly8gjlz", # TV05-ZG
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
class ZONNSMARTThermostat(Thermostat):
|
class ZONNSMARTThermostat(Thermostat):
|
||||||
|
Reference in New Issue
Block a user