Namespaces | |
| config_flow | |
| const | |
| sensor | |
Classes | |
| class | GeonetnzVolcanoFeedEntityManager |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
The GeoNet NZ Volcano integration.
| bool homeassistant.components.geonetnz_volcano.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the GeoNet NZ Volcano component.
Definition at line 56 of file __init__.py.
| bool homeassistant.components.geonetnz_volcano.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up the GeoNet NZ Volcano component as config entry.
Definition at line 87 of file __init__.py.
| bool homeassistant.components.geonetnz_volcano.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload an GeoNet NZ Volcano component config entry.
Definition at line 106 of file __init__.py.
|
private |
Definition at line 37 of file __init__.py.
| homeassistant.components.geonetnz_volcano.CONFIG_SCHEMA |
Definition at line 39 of file __init__.py.