Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.waze_travel_time.const
 

Variables

string homeassistant.components.waze_travel_time.const.CONF_AVOID_FERRIES = "avoid_ferries"
 
string homeassistant.components.waze_travel_time.const.CONF_AVOID_SUBSCRIPTION_ROADS = "avoid_subscription_roads"
 
string homeassistant.components.waze_travel_time.const.CONF_AVOID_TOLL_ROADS = "avoid_toll_roads"
 
string homeassistant.components.waze_travel_time.const.CONF_DESTINATION = "destination"
 
string homeassistant.components.waze_travel_time.const.CONF_EXCL_FILTER = "excl_filter"
 
string homeassistant.components.waze_travel_time.const.CONF_INCL_FILTER = "incl_filter"
 
string homeassistant.components.waze_travel_time.const.CONF_ORIGIN = "origin"
 
string homeassistant.components.waze_travel_time.const.CONF_REALTIME = "realtime"
 
string homeassistant.components.waze_travel_time.const.CONF_UNITS = "units"
 
string homeassistant.components.waze_travel_time.const.CONF_VEHICLE_TYPE = "vehicle_type"
 
bool homeassistant.components.waze_travel_time.const.DEFAULT_AVOID_FERRIES = False
 
bool homeassistant.components.waze_travel_time.const.DEFAULT_AVOID_SUBSCRIPTION_ROADS = False
 
bool homeassistant.components.waze_travel_time.const.DEFAULT_AVOID_TOLL_ROADS = False
 
list homeassistant.components.waze_travel_time.const.DEFAULT_FILTER = [""]
 
string homeassistant.components.waze_travel_time.const.DEFAULT_NAME = "Waze Travel Time"
 
bool homeassistant.components.waze_travel_time.const.DEFAULT_REALTIME = True
 
string homeassistant.components.waze_travel_time.const.DEFAULT_VEHICLE_TYPE = "car"
 
string homeassistant.components.waze_travel_time.const.DOMAIN = "waze_travel_time"
 
string homeassistant.components.waze_travel_time.const.IMPERIAL_UNITS = "imperial"
 
string homeassistant.components.waze_travel_time.const.METRIC_UNITS = "metric"
 
list homeassistant.components.waze_travel_time.const.REGIONS = ["us", "na", "eu", "il", "au"]
 
string homeassistant.components.waze_travel_time.const.SEMAPHORE = "semaphore"
 
list homeassistant.components.waze_travel_time.const.UNITS = [METRIC_UNITS, IMPERIAL_UNITS]
 
list homeassistant.components.waze_travel_time.const.VEHICLE_TYPES = ["car", "taxi", "motorcycle"]