Remove deprecated yaml config from honeywell (#62469)

This commit is contained in:
Robert Hillis 2021-12-21 04:53:07 -05:00 committed by GitHub
parent 3898dfd248
commit d1980e7351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 82 deletions

View file

@ -3,8 +3,6 @@ import logging
DOMAIN = "honeywell"
DEFAULT_COOL_AWAY_TEMPERATURE = 88
DEFAULT_HEAT_AWAY_TEMPERATURE = 61
CONF_COOL_AWAY_TEMPERATURE = "away_cool_temperature"
CONF_HEAT_AWAY_TEMPERATURE = "away_heat_temperature"
CONF_DEV_ID = "thermostat"