Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tmb.sensor.TMBSensor
 

Namespaces

 homeassistant.components.tmb.sensor
 

Functions

None homeassistant.components.tmb.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.tmb.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.tmb.sensor.ATTR_BUS_STOP = "stop"
 
string homeassistant.components.tmb.sensor.ATTR_LINE = "line"
 
string homeassistant.components.tmb.sensor.CONF_APP_ID = "app_id"
 
string homeassistant.components.tmb.sensor.CONF_APP_KEY = "app_key"
 
string homeassistant.components.tmb.sensor.CONF_BUS_STOP = "stop"
 
string homeassistant.components.tmb.sensor.CONF_BUS_STOPS = "stops"
 
string homeassistant.components.tmb.sensor.CONF_LINE = "line"
 
 homeassistant.components.tmb.sensor.LINE_STOP_SCHEMA
 
 homeassistant.components.tmb.sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)
 
 homeassistant.components.tmb.sensor.PLATFORM_SCHEMA