From e4a613a4b33a50ecab7d0ac2c0577aecc94e75da Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Sun, 24 Apr 2022 17:58:06 +0200 Subject: [PATCH] Add "LUX" manufacturer to "ZenWithin" ZHA thermostat (#70190) --- homeassistant/components/zha/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):