Namespaces | |
| application_credentials | |
| config_flow | |
| const | |
| coordinator | |
| models | |
| oauth | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The Geocaching integration.
| bool homeassistant.components.geocaching.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Geocaching from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.geocaching.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 35 of file __init__.py.
| list homeassistant.components.geocaching.PLATFORMS = [Platform.SENSOR] |
Definition at line 14 of file __init__.py.