Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.here_travel_time.const
 

Variables

string homeassistant.components.here_travel_time.const.CONF_ARRIVAL = "arrival"
 
string homeassistant.components.here_travel_time.const.CONF_ARRIVAL_TIME = "arrival_time"
 
string homeassistant.components.here_travel_time.const.CONF_DEPARTURE = "departure"
 
string homeassistant.components.here_travel_time.const.CONF_DEPARTURE_TIME = "departure_time"
 
string homeassistant.components.here_travel_time.const.CONF_DESTINATION = "destination"
 
string homeassistant.components.here_travel_time.const.CONF_DESTINATION_ENTITY_ID = "destination_entity_id"
 
string homeassistant.components.here_travel_time.const.CONF_DESTINATION_LATITUDE = "destination_latitude"
 
string homeassistant.components.here_travel_time.const.CONF_DESTINATION_LONGITUDE = "destination_longitude"
 
string homeassistant.components.here_travel_time.const.CONF_ORIGIN = "origin"
 
string homeassistant.components.here_travel_time.const.CONF_ORIGIN_ENTITY_ID = "origin_entity_id"
 
string homeassistant.components.here_travel_time.const.CONF_ORIGIN_LATITUDE = "origin_latitude"
 
string homeassistant.components.here_travel_time.const.CONF_ORIGIN_LONGITUDE = "origin_longitude"
 
string homeassistant.components.here_travel_time.const.CONF_ROUTE_MODE = "route_mode"
 
string homeassistant.components.here_travel_time.const.DEFAULT_NAME = "HERE Travel Time"
 
int homeassistant.components.here_travel_time.const.DEFAULT_SCAN_INTERVAL = 300
 
string homeassistant.components.here_travel_time.const.DOMAIN = "here_travel_time"
 
 homeassistant.components.here_travel_time.const.Final
 
string homeassistant.components.here_travel_time.const.ICON_BICYCLE = "mdi:bike"
 
string homeassistant.components.here_travel_time.const.ICON_CAR = "mdi:car"
 
string homeassistant.components.here_travel_time.const.ICON_PEDESTRIAN = "mdi:walk"
 
string homeassistant.components.here_travel_time.const.ICON_PUBLIC = "mdi:bus"
 
string homeassistant.components.here_travel_time.const.ICON_TRUCK = "mdi:truck"
 
dictionary homeassistant.components.here_travel_time.const.ICONS
 
string homeassistant.components.here_travel_time.const.ROUTE_MODE_FASTEST = "fastest"
 
string homeassistant.components.here_travel_time.const.ROUTE_MODE_SHORTEST = "shortest"
 
list homeassistant.components.here_travel_time.const.ROUTE_MODES = [ROUTE_MODE_FASTEST, ROUTE_MODE_SHORTEST]
 
string homeassistant.components.here_travel_time.const.TRAVEL_MODE_BICYCLE = "bicycle"
 
string homeassistant.components.here_travel_time.const.TRAVEL_MODE_CAR = "car"
 
string homeassistant.components.here_travel_time.const.TRAVEL_MODE_PEDESTRIAN = "pedestrian"
 
string homeassistant.components.here_travel_time.const.TRAVEL_MODE_PUBLIC = "publicTransport"
 
string homeassistant.components.here_travel_time.const.TRAVEL_MODE_TRUCK = "truck"
 
list homeassistant.components.here_travel_time.const.TRAVEL_MODES
 
list homeassistant.components.here_travel_time.const.TRAVEL_MODES_VEHICLE = [TRAVEL_MODE_CAR, TRAVEL_MODE_TRUCK]