Home Assistant Unofficial Reference 2024.12.1
geo_location.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.geonetnz_quakes.geo_location.GeonetnzQuakesEvent
 

Namespaces

 homeassistant.components.geonetnz_quakes.geo_location
 

Functions

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

Variables

 homeassistant.components.geonetnz_quakes.geo_location._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.geonetnz_quakes.geo_location.ATTR_DEPTH = "depth"
 
string homeassistant.components.geonetnz_quakes.geo_location.ATTR_EXTERNAL_ID = "external_id"
 
string homeassistant.components.geonetnz_quakes.geo_location.ATTR_LOCALITY = "locality"
 
string homeassistant.components.geonetnz_quakes.geo_location.ATTR_MAGNITUDE = "magnitude"
 
string homeassistant.components.geonetnz_quakes.geo_location.ATTR_MMI = "mmi"
 
string homeassistant.components.geonetnz_quakes.geo_location.ATTR_PUBLICATION_DATE = "publication_date"
 
string homeassistant.components.geonetnz_quakes.geo_location.ATTR_QUALITY = "quality"
 
int homeassistant.components.geonetnz_quakes.geo_location.PARALLEL_UPDATES = 0
 
string homeassistant.components.geonetnz_quakes.geo_location.SOURCE = "geonetnz_quakes"