Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.hvv_departures.sensor.HVVDepartureSensor
 

Namespaces

 homeassistant.components.hvv_departures.sensor
 

Functions

None homeassistant.components.hvv_departures.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.hvv_departures.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.hvv_departures.sensor.ATTR_CANCELLED = "cancelled"
 
string homeassistant.components.hvv_departures.sensor.ATTR_DELAY = "delay"
 
string homeassistant.components.hvv_departures.sensor.ATTR_DEPARTURE = "departure"
 
string homeassistant.components.hvv_departures.sensor.ATTR_DIRECTION = "direction"
 
string homeassistant.components.hvv_departures.sensor.ATTR_EXTRA = "extra"
 
string homeassistant.components.hvv_departures.sensor.ATTR_LINE = "line"
 
string homeassistant.components.hvv_departures.sensor.ATTR_NEXT = "next"
 
string homeassistant.components.hvv_departures.sensor.ATTR_ORIGIN = "origin"
 
string homeassistant.components.hvv_departures.sensor.ATTR_TYPE = "type"
 
 homeassistant.components.hvv_departures.sensor.BERLIN_TIME_ZONE = get_time_zone("Europe/Berlin")
 
int homeassistant.components.hvv_departures.sensor.MAX_LIST = 20
 
int homeassistant.components.hvv_departures.sensor.MAX_TIME_OFFSET = 360
 
 homeassistant.components.hvv_departures.sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=1)
 
int homeassistant.components.hvv_departures.sensor.PARALLEL_UPDATES = 0