mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Clarify excl/incl filter functionality for waze_travel_time (#127056)
This commit is contained in:
parent
a3f12329b3
commit
68e8c968a8
@ -23,12 +23,12 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"description": "The `substring` inputs will allow you to force the integration to use a particular route or avoid a particular route in its time travel calculation.",
|
"description": "Some options will allow you to force the integration to use a particular route or avoid a particular route in its time travel calculation.",
|
||||||
"data": {
|
"data": {
|
||||||
"units": "Units",
|
"units": "Units",
|
||||||
"vehicle_type": "Vehicle Type",
|
"vehicle_type": "Vehicle Type",
|
||||||
"incl_filter": "Streetname which must be part of the Selected Route",
|
"incl_filter": "Exact streetname which must be part of the selected route",
|
||||||
"excl_filter": "Streetname which must NOT be part of the Selected Route",
|
"excl_filter": "Exact streetname which must NOT be part of the selected route",
|
||||||
"realtime": "Realtime Travel Time?",
|
"realtime": "Realtime Travel Time?",
|
||||||
"avoid_toll_roads": "Avoid Toll Roads?",
|
"avoid_toll_roads": "Avoid Toll Roads?",
|
||||||
"avoid_ferries": "Avoid Ferries?",
|
"avoid_ferries": "Avoid Ferries?",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user