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

Classes

class  GeonetnzQuakesEvent
 

Functions

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

Variables

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

Detailed Description

Geolocation support for GeoNet NZ Quakes Feeds.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.geonetnz_quakes.geo_location.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the GeoNet NZ Quakes Feed platform.

Definition at line 40 of file geo_location.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file geo_location.py.

◆ ATTR_DEPTH

string homeassistant.components.geonetnz_quakes.geo_location.ATTR_DEPTH = "depth"

Definition at line 26 of file geo_location.py.

◆ ATTR_EXTERNAL_ID

string homeassistant.components.geonetnz_quakes.geo_location.ATTR_EXTERNAL_ID = "external_id"

Definition at line 27 of file geo_location.py.

◆ ATTR_LOCALITY

string homeassistant.components.geonetnz_quakes.geo_location.ATTR_LOCALITY = "locality"

Definition at line 28 of file geo_location.py.

◆ ATTR_MAGNITUDE

string homeassistant.components.geonetnz_quakes.geo_location.ATTR_MAGNITUDE = "magnitude"

Definition at line 29 of file geo_location.py.

◆ ATTR_MMI

string homeassistant.components.geonetnz_quakes.geo_location.ATTR_MMI = "mmi"

Definition at line 30 of file geo_location.py.

◆ ATTR_PUBLICATION_DATE

string homeassistant.components.geonetnz_quakes.geo_location.ATTR_PUBLICATION_DATE = "publication_date"

Definition at line 31 of file geo_location.py.

◆ ATTR_QUALITY

string homeassistant.components.geonetnz_quakes.geo_location.ATTR_QUALITY = "quality"

Definition at line 32 of file geo_location.py.

◆ PARALLEL_UPDATES

int homeassistant.components.geonetnz_quakes.geo_location.PARALLEL_UPDATES = 0

Definition at line 35 of file geo_location.py.

◆ SOURCE

string homeassistant.components.geonetnz_quakes.geo_location.SOURCE = "geonetnz_quakes"

Definition at line 37 of file geo_location.py.