Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.geonetnz_volcano.sensor Namespace Reference

Classes

class  GeonetnzVolcanoSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_LAST_UPDATE = "feed_last_update"
 
string ATTR_LAST_UPDATE_SUCCESSFUL = "feed_last_update_successful"
 

Detailed Description

Feed Entity Manager Sensor support for GeoNet NZ Volcano Feeds.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.geonetnz_volcano.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the GeoNet NZ Volcano Feed platform.

Definition at line 33 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.geonetnz_volcano.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file sensor.py.

◆ ATTR_LAST_UPDATE

string homeassistant.components.geonetnz_volcano.sensor.ATTR_LAST_UPDATE = "feed_last_update"

Definition at line 29 of file sensor.py.

◆ ATTR_LAST_UPDATE_SUCCESSFUL

string homeassistant.components.geonetnz_volcano.sensor.ATTR_LAST_UPDATE_SUCCESSFUL = "feed_last_update_successful"

Definition at line 30 of file sensor.py.