Home Assistant Unofficial Reference 2024.12.1
geo_location.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.gdacs.geo_location.GdacsEvent
 

Namespaces

 homeassistant.components.gdacs.geo_location
 

Functions

None homeassistant.components.gdacs.geo_location.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.gdacs.geo_location._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.gdacs.geo_location.ATTR_ALERT_LEVEL = "alert_level"
 
string homeassistant.components.gdacs.geo_location.ATTR_COUNTRY = "country"
 
string homeassistant.components.gdacs.geo_location.ATTR_DESCRIPTION = "description"
 
string homeassistant.components.gdacs.geo_location.ATTR_DURATION_IN_WEEK = "duration_in_week"
 
string homeassistant.components.gdacs.geo_location.ATTR_EVENT_TYPE = "event_type"
 
string homeassistant.components.gdacs.geo_location.ATTR_EXTERNAL_ID = "external_id"
 
string homeassistant.components.gdacs.geo_location.ATTR_FROM_DATE = "from_date"
 
string homeassistant.components.gdacs.geo_location.ATTR_POPULATION = "population"
 
string homeassistant.components.gdacs.geo_location.ATTR_SEVERITY = "severity"
 
string homeassistant.components.gdacs.geo_location.ATTR_TO_DATE = "to_date"
 
string homeassistant.components.gdacs.geo_location.ATTR_VULNERABILITY = "vulnerability"
 
dictionary homeassistant.components.gdacs.geo_location.ICONS
 
int homeassistant.components.gdacs.geo_location.PARALLEL_UPDATES = 0
 
string homeassistant.components.gdacs.geo_location.SOURCE = "gdacs"