Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_COOL_AWAY_TEMPERATURE = "away_cool_temperature" |
| string | CONF_HEAT_AWAY_TEMPERATURE = "away_heat_temperature" |
| int | DEFAULT_COOL_AWAY_TEMPERATURE = 88 |
| int | DEFAULT_HEAT_AWAY_TEMPERATURE = 61 |
| string | DOMAIN = "honeywell" |
| int | RETRY = 3 |
Support for Honeywell (US) Total Connect Comfort climate systems.
|
private |
| string homeassistant.components.honeywell.const.CONF_COOL_AWAY_TEMPERATURE = "away_cool_temperature" |
| string homeassistant.components.honeywell.const.CONF_HEAT_AWAY_TEMPERATURE = "away_heat_temperature" |
| int homeassistant.components.honeywell.const.DEFAULT_COOL_AWAY_TEMPERATURE = 88 |
| int homeassistant.components.honeywell.const.DEFAULT_HEAT_AWAY_TEMPERATURE = 61 |
| string homeassistant.components.honeywell.const.DOMAIN = "honeywell" |