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"] |
Constants for waze_travel_time.
| 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] |