Add "LUX" manufacturer to "ZenWithin" ZHA thermostat (#70190)

This commit is contained in:
TheJulianJES
2022-04-24 17:58:06 +02:00
committed by GitHub
parent c342ff5da8
commit e4a613a4b3

View File

@@ -570,7 +570,7 @@ class SinopeTechnologiesThermostat(Thermostat):
@MULTI_MATCH( @MULTI_MATCH(
channel_names=CHANNEL_THERMOSTAT, channel_names=CHANNEL_THERMOSTAT,
aux_channels=CHANNEL_FAN, aux_channels=CHANNEL_FAN,
manufacturers="Zen Within", manufacturers={"Zen Within", "LUX"},
stop_on_match_group=CHANNEL_THERMOSTAT, stop_on_match_group=CHANNEL_THERMOSTAT,
) )
class ZenWithinThermostat(Thermostat): class ZenWithinThermostat(Thermostat):