diff --git a/homeassistant/components/zha/climate.py b/homeassistant/components/zha/climate.py index 7cce0732902..7aa22e50359 100644 --- a/homeassistant/components/zha/climate.py +++ b/homeassistant/components/zha/climate.py @@ -570,7 +570,7 @@ class SinopeTechnologiesThermostat(Thermostat): @MULTI_MATCH( channel_names=CHANNEL_THERMOSTAT, aux_channels=CHANNEL_FAN, - manufacturers="Zen Within", + manufacturers={"Zen Within", "LUX"}, stop_on_match_group=CHANNEL_THERMOSTAT, ) class ZenWithinThermostat(Thermostat):