Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| helpers | |
| oauth2 | |
| sensor | |
| switch | |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
| list | PLATFORMS |
Support for Toon van Eneco devices.
| bool homeassistant.components.toon.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle migration of a previous version config entry.
Definition at line 68 of file __init__.py.
| bool homeassistant.components.toon.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Toon components.
Definition at line 52 of file __init__.py.
| bool homeassistant.components.toon.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Toon from a config entry.
Definition at line 87 of file __init__.py.
| bool homeassistant.components.toon.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Toon config entry.
Definition at line 132 of file __init__.py.
| homeassistant.components.toon.CONFIG_SCHEMA |
Definition at line 33 of file __init__.py.
| list homeassistant.components.toon.PLATFORMS |
Definition at line 25 of file __init__.py.