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