Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.swiss_public_transport.const
 

Variables

int homeassistant.components.swiss_public_transport.const.CONNECTIONS_COUNT = 3
 
int homeassistant.components.swiss_public_transport.const.CONNECTIONS_MAX = 15
 
string homeassistant.components.swiss_public_transport.const.DEFAULT_NAME = "Next Destination"
 
string homeassistant.components.swiss_public_transport.const.DEFAULT_TIME_MODE = "now"
 
string homeassistant.components.swiss_public_transport.const.DEFAULT_TIME_STATION = "departure"
 
int homeassistant.components.swiss_public_transport.const.DEFAULT_UPDATE_TIME = 90
 
string homeassistant.components.swiss_public_transport.const.DOMAIN = "swiss_public_transport"
 
 homeassistant.components.swiss_public_transport.const.Final
 
list homeassistant.components.swiss_public_transport.const.IS_ARRIVAL_OPTIONS = ["departure", "arrival"]
 
int homeassistant.components.swiss_public_transport.const.MAX_VIA = 5
 
dictionary homeassistant.components.swiss_public_transport.const.PLACEHOLDERS
 
string homeassistant.components.swiss_public_transport.const.SERVICE_FETCH_CONNECTIONS = "fetch_connections"
 
list homeassistant.components.swiss_public_transport.const.TIME_MODE_OPTIONS = ["now", "fixed", "offset"]