Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.geo_json_events.geo_location Namespace Reference

Classes

class  GeoJsonLocationEvent
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for generic GeoJSON events.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.geo_json_events.geo_location.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the GeoJSON Events platform.

Definition at line 30 of file geo_location.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.geo_json_events.geo_location._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file geo_location.py.