From 1c0f25c813d2f090c7e20ae344679dfe3fd87bef Mon Sep 17 00:00:00 2001 From: mountainsandcode Date: Sat, 30 Jun 2018 12:30:13 +0200 Subject: [PATCH 1/2] Add Waze realtime documentation --- source/_components/sensor.waze_travel_time.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/sensor.waze_travel_time.markdown b/source/_components/sensor.waze_travel_time.markdown index 484785a1a074..286e4791db46 100644 --- a/source/_components/sensor.waze_travel_time.markdown +++ b/source/_components/sensor.waze_travel_time.markdown @@ -56,4 +56,8 @@ 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 +realtime: + description: If this is set to False, Waze returns the time estimate not including current conditions, but rather the average travel time for the current time of day. The parameter defaults to True, meaning Waze will return real time travel time. + required: false + type: boolean {% endconfiguration %} From a3cfb8acaad7a618b65814ee444b57a58c4706d6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 2 Jul 2018 20:20:45 +0200 Subject: [PATCH 2/2] :pencil2: Tweaks --- source/_components/sensor.waze_travel_time.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.waze_travel_time.markdown b/source/_components/sensor.waze_travel_time.markdown index 286e4791db46..b7398d5217ce 100644 --- a/source/_components/sensor.waze_travel_time.markdown +++ b/source/_components/sensor.waze_travel_time.markdown @@ -57,7 +57,7 @@ excl_filter: required: false type: string realtime: - description: If this is set to False, Waze returns the time estimate not including current conditions, but rather the average travel time for the current time of day. The parameter defaults to True, meaning Waze will return real time travel time. + description: If this is set to false, Waze returns the time estimate, not including current conditions, but rather the average travel time for the current time of day. The parameter defaults to true, meaning Waze will return real-time travel time. required: false type: boolean {% endconfiguration %}