Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
| weather | |
Functions | |
| bool | _async_migrate_entries (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| tuple | PLATFORMS = (Platform.SENSOR, Platform.WEATHER) |
The zamg component.
|
private |
Migrate old entry.
Definition at line 40 of file __init__.py.
| bool homeassistant.components.zamg.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Zamg from config entry.
Definition at line 16 of file __init__.py.
| bool homeassistant.components.zamg.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload ZAMG config entry.
Definition at line 33 of file __init__.py.
| tuple homeassistant.components.zamg.PLATFORMS = (Platform.SENSOR, Platform.WEATHER) |
Definition at line 13 of file __init__.py.