Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.google_travel_time.const
 

Variables

list homeassistant.components.google_travel_time.const.ALL_LANGUAGES
 
string homeassistant.components.google_travel_time.const.ARRIVAL_TIME = "Arrival Time"
 
string homeassistant.components.google_travel_time.const.ATTRIBUTION = "Powered by Google"
 
list homeassistant.components.google_travel_time.const.AVOID_OPTIONS = ["tolls", "highways", "ferries", "indoor"]
 
string homeassistant.components.google_travel_time.const.CONF_ARRIVAL_TIME = "arrival_time"
 
string homeassistant.components.google_travel_time.const.CONF_AVOID = "avoid"
 
string homeassistant.components.google_travel_time.const.CONF_DEPARTURE_TIME = "departure_time"
 
string homeassistant.components.google_travel_time.const.CONF_DESTINATION = "destination"
 
string homeassistant.components.google_travel_time.const.CONF_OPTIONS = "options"
 
string homeassistant.components.google_travel_time.const.CONF_ORIGIN = "origin"
 
string homeassistant.components.google_travel_time.const.CONF_TIME = "time"
 
string homeassistant.components.google_travel_time.const.CONF_TIME_TYPE = "time_type"
 
string homeassistant.components.google_travel_time.const.CONF_TRAFFIC_MODEL = "traffic_model"
 
string homeassistant.components.google_travel_time.const.CONF_TRANSIT_MODE = "transit_mode"
 
string homeassistant.components.google_travel_time.const.CONF_TRANSIT_ROUTING_PREFERENCE = "transit_routing_preference"
 
string homeassistant.components.google_travel_time.const.CONF_TRAVEL_MODE = "travel_mode"
 
string homeassistant.components.google_travel_time.const.CONF_UNITS = "units"
 
string homeassistant.components.google_travel_time.const.DEFAULT_NAME = "Google Travel Time"
 
string homeassistant.components.google_travel_time.const.DEPARTURE_TIME = "Departure Time"
 
string homeassistant.components.google_travel_time.const.DOMAIN = "google_travel_time"
 
list homeassistant.components.google_travel_time.const.TIME_TYPES = [ARRIVAL_TIME, DEPARTURE_TIME]
 
list homeassistant.components.google_travel_time.const.TRAFFIC_MODELS = ["best_guess", "pessimistic", "optimistic"]
 
list homeassistant.components.google_travel_time.const.TRANSIT_PREFS = ["less_walking", "fewer_transfers"]
 
list homeassistant.components.google_travel_time.const.TRANSPORT_TYPES = ["bus", "subway", "train", "tram", "rail"]
 
list homeassistant.components.google_travel_time.const.TRAVEL_MODES = ["driving", "walking", "bicycling", "transit"]
 
list homeassistant.components.google_travel_time.const.UNITS = [UNITS_METRIC, UNITS_IMPERIAL]
 
string homeassistant.components.google_travel_time.const.UNITS_IMPERIAL = "imperial"
 
string homeassistant.components.google_travel_time.const.UNITS_METRIC = "metric"