Add 3157100-E model to Centralite thermostat (#61073)
This commit is contained in:
parent
ecdb18eb0a
commit
4e9fd56b8c
2 changed files with 9 additions and 1 deletions
|
@ -599,7 +599,7 @@ class ZenWithinThermostat(Thermostat):
|
|||
channel_names=CHANNEL_THERMOSTAT,
|
||||
aux_channels=CHANNEL_FAN,
|
||||
manufacturers="Centralite",
|
||||
models="3157100",
|
||||
models={"3157100", "3157100-E"},
|
||||
stop_on_match=True,
|
||||
)
|
||||
class CentralitePearl(ZenWithinThermostat):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue