Namespaces | |
| config_flow | |
| const | |
| diagnostics | |
| geo_location | |
| sensor | |
Classes | |
| class | GeonetnzQuakesFeedEntityManager |
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 Quakes integration.
| bool homeassistant.components.geonetnz_quakes.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the GeoNet NZ Quakes component.
Definition at line 63 of file __init__.py.
| bool homeassistant.components.geonetnz_quakes.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up the GeoNet NZ Quakes component as config entry.
Definition at line 92 of file __init__.py.
| bool homeassistant.components.geonetnz_quakes.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload an GeoNet NZ Quakes component config entry.
Definition at line 110 of file __init__.py.
|
private |
Definition at line 38 of file __init__.py.
| homeassistant.components.geonetnz_quakes.CONFIG_SCHEMA |
Definition at line 40 of file __init__.py.