Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.delijn.sensor.DeLijnPublicTransportSensor
 

Namespaces

 homeassistant.components.delijn.sensor
 

Functions

None homeassistant.components.delijn.sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.delijn.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.delijn.sensor.ATTRIBUTION = "Data provided by data.delijn.be"
 
tuple homeassistant.components.delijn.sensor.AUTO_ATTRIBUTES
 
string homeassistant.components.delijn.sensor.CONF_NEXT_DEPARTURE = "next_departure"
 
string homeassistant.components.delijn.sensor.CONF_NUMBER_OF_DEPARTURES = "number_of_departures"
 
string homeassistant.components.delijn.sensor.CONF_STOP_ID = "stop_id"
 
string homeassistant.components.delijn.sensor.DEFAULT_NAME = "De Lijn"
 
 homeassistant.components.delijn.sensor.PLATFORM_SCHEMA