Update climate.py (#68786)
add TRV presets to all Zonnsmart-like models
This commit is contained in:
parent
3230ee88b6
commit
a6d0a4ec64
1 changed files with 4 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue