Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.waze_travel_time.const Namespace Reference

Variables

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

Detailed Description

Constants for waze_travel_time.

Variable Documentation

◆ CONF_AVOID_FERRIES

string homeassistant.components.waze_travel_time.const.CONF_AVOID_FERRIES = "avoid_ferries"

Definition at line 17 of file const.py.

◆ CONF_AVOID_SUBSCRIPTION_ROADS

string homeassistant.components.waze_travel_time.const.CONF_AVOID_SUBSCRIPTION_ROADS = "avoid_subscription_roads"

Definition at line 16 of file const.py.

◆ CONF_AVOID_TOLL_ROADS

string homeassistant.components.waze_travel_time.const.CONF_AVOID_TOLL_ROADS = "avoid_toll_roads"

Definition at line 15 of file const.py.

◆ CONF_DESTINATION

string homeassistant.components.waze_travel_time.const.CONF_DESTINATION = "destination"

Definition at line 8 of file const.py.

◆ CONF_EXCL_FILTER

string homeassistant.components.waze_travel_time.const.CONF_EXCL_FILTER = "excl_filter"

Definition at line 11 of file const.py.

◆ CONF_INCL_FILTER

string homeassistant.components.waze_travel_time.const.CONF_INCL_FILTER = "incl_filter"

Definition at line 10 of file const.py.

◆ CONF_ORIGIN

string homeassistant.components.waze_travel_time.const.CONF_ORIGIN = "origin"

Definition at line 9 of file const.py.

◆ CONF_REALTIME

string homeassistant.components.waze_travel_time.const.CONF_REALTIME = "realtime"

Definition at line 12 of file const.py.

◆ CONF_UNITS

string homeassistant.components.waze_travel_time.const.CONF_UNITS = "units"

Definition at line 13 of file const.py.

◆ CONF_VEHICLE_TYPE

string homeassistant.components.waze_travel_time.const.CONF_VEHICLE_TYPE = "vehicle_type"

Definition at line 14 of file const.py.

◆ DEFAULT_AVOID_FERRIES

bool homeassistant.components.waze_travel_time.const.DEFAULT_AVOID_FERRIES = False

Definition at line 24 of file const.py.

◆ DEFAULT_AVOID_SUBSCRIPTION_ROADS

bool homeassistant.components.waze_travel_time.const.DEFAULT_AVOID_SUBSCRIPTION_ROADS = False

Definition at line 23 of file const.py.

◆ DEFAULT_AVOID_TOLL_ROADS

bool homeassistant.components.waze_travel_time.const.DEFAULT_AVOID_TOLL_ROADS = False

Definition at line 22 of file const.py.

◆ DEFAULT_FILTER

list homeassistant.components.waze_travel_time.const.DEFAULT_FILTER = [""]

Definition at line 25 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.waze_travel_time.const.DEFAULT_NAME = "Waze Travel Time"

Definition at line 19 of file const.py.

◆ DEFAULT_REALTIME

bool homeassistant.components.waze_travel_time.const.DEFAULT_REALTIME = True

Definition at line 20 of file const.py.

◆ DEFAULT_VEHICLE_TYPE

string homeassistant.components.waze_travel_time.const.DEFAULT_VEHICLE_TYPE = "car"

Definition at line 21 of file const.py.

◆ DOMAIN

string homeassistant.components.waze_travel_time.const.DOMAIN = "waze_travel_time"

Definition at line 5 of file const.py.

◆ IMPERIAL_UNITS

string homeassistant.components.waze_travel_time.const.IMPERIAL_UNITS = "imperial"

Definition at line 27 of file const.py.

◆ METRIC_UNITS

string homeassistant.components.waze_travel_time.const.METRIC_UNITS = "metric"

Definition at line 28 of file const.py.

◆ REGIONS

list homeassistant.components.waze_travel_time.const.REGIONS = ["us", "na", "eu", "il", "au"]

Definition at line 31 of file const.py.

◆ SEMAPHORE

string homeassistant.components.waze_travel_time.const.SEMAPHORE = "semaphore"

Definition at line 6 of file const.py.

◆ UNITS

list homeassistant.components.waze_travel_time.const.UNITS = [METRIC_UNITS, IMPERIAL_UNITS]

Definition at line 29 of file const.py.

◆ VEHICLE_TYPES

list homeassistant.components.waze_travel_time.const.VEHICLE_TYPES = ["car", "taxi", "motorcycle"]

Definition at line 32 of file const.py.