mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Waze Travel Time: optional inclusive/exclusive filters (#5208)
* Waze Travel Time: optional inclusive/exclusive filters documentation update about the new optional filtering params * Update
This commit is contained in:
parent
9dce793b65
commit
e06c9adce7
@ -48,4 +48,12 @@ name:
|
||||
required: false
|
||||
default: "Waze Travel Time"
|
||||
type: string
|
||||
incl_filter:
|
||||
description: A substring that has to be present in the description of the selected route (a simple case-insensitive matching).
|
||||
required: false
|
||||
type: string
|
||||
excl_filter:
|
||||
description: A substring that has to be NOT present in the description of the selected route (a simple case-insensitive matching).
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user