mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Add "LUX" manufacturer to "ZenWithin" ZHA thermostat (#70190)
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user