Skip to content

Commit

Permalink
Clarify excl/incl filter functionality for waze_travel_time (home-ass…
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored and KoBOLL committed Oct 1, 2024
1 parent eaff112 commit 4fe4cbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/waze_travel_time/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"options": {
"step": {
"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": {
"units": "Units",
"vehicle_type": "Vehicle Type",
"incl_filter": "Streetname which must be part of the Selected Route",
"excl_filter": "Streetname which must NOT be part of the Selected Route",
"incl_filter": "Exact streetname which must be part of the selected route",
"excl_filter": "Exact streetname which must NOT be part of the selected route",
"realtime": "Realtime Travel Time?",
"avoid_toll_roads": "Avoid Toll Roads?",
"avoid_ferries": "Avoid Ferries?",
Expand Down

0 comments on commit 4fe4cbe

Please sign in to comment.