Namespaces | |
| climate | |
| config_flow | |
| const | |
| diagnostics | |
| sensor | |
| switch | |
Classes | |
| class | HoneywellData |
Functions | |
| None | _async_migrate_data_to_options (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| dictionary | MIGRATE_OPTIONS_KEYS = {CONF_COOL_AWAY_TEMPERATURE, CONF_HEAT_AWAY_TEMPERATURE} |
| list | PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.SWITCH] |
| int | UPDATE_LOOP_SLEEP_TIME = 5 |
Support for Honeywell (US) Total Connect Comfort climate systems.
|
private |
Definition at line 31 of file __init__.py.
| bool homeassistant.components.honeywell.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up the Honeywell thermostat.
Definition at line 48 of file __init__.py.
| bool homeassistant.components.honeywell.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload the config and platforms.
Definition at line 101 of file __init__.py.
| None homeassistant.components.honeywell.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Update listener.
Definition at line 96 of file __init__.py.
| dictionary homeassistant.components.honeywell.MIGRATE_OPTIONS_KEYS = {CONF_COOL_AWAY_TEMPERATURE, CONF_HEAT_AWAY_TEMPERATURE} |
Definition at line 27 of file __init__.py.
| list homeassistant.components.honeywell.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.SWITCH] |
Definition at line 25 of file __init__.py.
| int homeassistant.components.honeywell.UPDATE_LOOP_SLEEP_TIME = 5 |
Definition at line 24 of file __init__.py.