Honeywell away temps (#54704)

This commit is contained in:
RDFurman 2022-03-24 19:17:36 -06:00 committed by GitHub
parent c5c34bc0d7
commit 34ace2e1cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 188 additions and 7 deletions

View file

@ -5,6 +5,8 @@ DOMAIN = "honeywell"
CONF_COOL_AWAY_TEMPERATURE = "away_cool_temperature"
CONF_HEAT_AWAY_TEMPERATURE = "away_heat_temperature"
DEFAULT_COOL_AWAY_TEMPERATURE = 88
DEFAULT_HEAT_AWAY_TEMPERATURE = 61
CONF_DEV_ID = "thermostat"
CONF_LOC_ID = "location"