Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.geocaching Namespace Reference

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]
 

Detailed Description

The Geocaching integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.geocaching.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 35 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.geocaching.PLATFORMS = [Platform.SENSOR]

Definition at line 14 of file __init__.py.