1
mirror of https://github.com/home-assistant/core synced 2024-08-15 18:25:44 +02:00

New ZONNSMART TRVs (#79169)

Adds a few missing ZONNSMART TRVs
This commit is contained in:
javicalle 2022-09-27 22:25:36 +02:00 committed by GitHub
parent 9084beda32
commit e5630c6a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -760,10 +760,13 @@ class StelproFanHeater(Thermostat):
@STRICT_MATCH(
channel_names=CHANNEL_THERMOSTAT,
manufacturers={
"_TZE200_7yoranx2",
"_TZE200_e9ba97vf", # TV01-ZG
"_TZE200_husqqvux", # TSL-TRV-TV01ZG
"_TZE200_hue3yfsn", # TV02-ZG
"_TZE200_husqqvux", # TSL-TRV-TV01ZG
"_TZE200_kly8gjlz", # TV05-ZG
"_TZE200_lnbfnyxd",
"_TZE200_mudxchsu",
},
)
class ZONNSMARTThermostat(Thermostat):