Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.gdacs.sensor.GdacsSensor
 

Namespaces

 homeassistant.components.gdacs.sensor
 

Functions

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

Variables

 homeassistant.components.gdacs.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.gdacs.sensor.ATTR_CREATED = "created"
 
string homeassistant.components.gdacs.sensor.ATTR_LAST_TIMESTAMP = "last_timestamp"
 
string homeassistant.components.gdacs.sensor.ATTR_LAST_UPDATE = "last_update"
 
string homeassistant.components.gdacs.sensor.ATTR_LAST_UPDATE_SUCCESSFUL = "last_update_successful"
 
string homeassistant.components.gdacs.sensor.ATTR_REMOVED = "removed"
 
string homeassistant.components.gdacs.sensor.ATTR_STATUS = "status"
 
string homeassistant.components.gdacs.sensor.ATTR_UPDATED = "updated"
 
string homeassistant.components.gdacs.sensor.DEFAULT_UNIT_OF_MEASUREMENT = "alerts"
 
int homeassistant.components.gdacs.sensor.PARALLEL_UPDATES = 0