Go to the source code of this file.
Namespaces | |
| homeassistant.components.honeywell.const | |
Variables | |
| homeassistant.components.honeywell.const._LOGGER = logging.getLogger(__name__) | |
| 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" |
| int | homeassistant.components.honeywell.const.RETRY = 3 |