Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| device_tracker | |
| entity | |
| helper | |
| repairs | |
| sensor | |
| services | |
| tado_connector | |
| water_heater | |
Functions | |
| def | _async_import_options_from_data_if_missing (HomeAssistant hass, ConfigEntry entry) |
| None | _async_update_listener (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, TadoConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, TadoConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=4) | |
| list | PLATFORMS |
| SCAN_INTERVAL = timedelta(minutes=5) | |
| SCAN_MOBILE_DEVICE_INTERVAL = timedelta(seconds=30) | |
| TadoConfigEntry | |
Support for the (unofficial) Tado API.
|
private |
Definition at line 113 of file __init__.py.
|
private |
Handle options update.
Definition at line 129 of file __init__.py.
| bool homeassistant.components.tado.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Tado.
Definition at line 45 of file __init__.py.
| bool homeassistant.components.tado.async_setup_entry | ( | HomeAssistant | hass, |
| TadoConfigEntry | entry | ||
| ) |
Set up Tado from a config entry.
Definition at line 56 of file __init__.py.
| bool homeassistant.components.tado.async_unload_entry | ( | HomeAssistant | hass, |
| TadoConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 134 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| homeassistant.components.tado.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 42 of file __init__.py.
| homeassistant.components.tado.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=4) |
Definition at line 38 of file __init__.py.
| list homeassistant.components.tado.PLATFORMS |
Definition at line 30 of file __init__.py.
| homeassistant.components.tado.SCAN_INTERVAL = timedelta(minutes=5) |
Definition at line 39 of file __init__.py.
| homeassistant.components.tado.SCAN_MOBILE_DEVICE_INTERVAL = timedelta(seconds=30) |
Definition at line 40 of file __init__.py.
| homeassistant.components.tado.TadoConfigEntry |
Definition at line 53 of file __init__.py.