Variables | |
| int | CONNECTIONS_COUNT = 3 |
| int | CONNECTIONS_MAX = 15 |
| string | DEFAULT_NAME = "Next Destination" |
| string | DEFAULT_TIME_MODE = "now" |
| string | DEFAULT_TIME_STATION = "departure" |
| int | DEFAULT_UPDATE_TIME = 90 |
| string | DOMAIN = "swiss_public_transport" |
| Final | |
| list | IS_ARRIVAL_OPTIONS = ["departure", "arrival"] |
| int | MAX_VIA = 5 |
| dictionary | PLACEHOLDERS |
| string | SERVICE_FETCH_CONNECTIONS = "fetch_connections" |
| list | TIME_MODE_OPTIONS = ["now", "fixed", "offset"] |
Constants for the swiss_public_transport integration.
| 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" |
| 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" |