Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.yandex_transport.sensor.DiscoverYandexTransport
 

Namespaces

 homeassistant.components.yandex_transport.sensor
 

Functions

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

Variables

 homeassistant.components.yandex_transport.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.yandex_transport.sensor.CONF_ROUTE = "routes"
 
string homeassistant.components.yandex_transport.sensor.CONF_STOP_ID = "stop_id"
 
string homeassistant.components.yandex_transport.sensor.DEFAULT_NAME = "Yandex Transport"
 
 homeassistant.components.yandex_transport.sensor.PLATFORM_SCHEMA
 
 homeassistant.components.yandex_transport.sensor.SCAN_INTERVAL = timedelta(minutes=1)
 
string homeassistant.components.yandex_transport.sensor.STOP_NAME = "stop_name"
 
string homeassistant.components.yandex_transport.sensor.USER_AGENT = "Home Assistant"