diff --git a/homeassistant/components/zha/climate.py b/homeassistant/components/zha/climate.py index a0e6a59155a1..ca3110dad605 100644 --- a/homeassistant/components/zha/climate.py +++ b/homeassistant/components/zha/climate.py @@ -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):