Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| lock | |
| sensor | |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, TedeeConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| Callable[[HomeAssistant, str, Request], Awaitable[Response|None]] | get_webhook_handler (TedeeApiCoordinator coordinator) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS |
Init the tedee component.
| bool homeassistant.components.tedee.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate old entry.
Definition at line 134 of file __init__.py.
| bool homeassistant.components.tedee.async_setup_entry | ( | HomeAssistant | hass, |
| TedeeConfigEntry | entry | ||
| ) |
Integration setup.
Definition at line 37 of file __init__.py.
| bool homeassistant.components.tedee.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 102 of file __init__.py.
| Callable[[HomeAssistant, str, Request], Awaitable[Response | None]] homeassistant.components.tedee.get_webhook_handler | ( | TedeeApiCoordinator | coordinator | ) |
Return webhook handler.
Definition at line 107 of file __init__.py.
|
private |
Definition at line 34 of file __init__.py.
| list homeassistant.components.tedee.PLATFORMS |
Definition at line 28 of file __init__.py.