Add 3157100-E model to Centralite thermostat (#61073)

This commit is contained in:
Alexei Chetroi 2021-12-05 20:36:05 -05:00 committed by GitHub
parent ecdb18eb0a
commit 4e9fd56b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -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):