From f18a85e79ef085a2c8eb9c21e45aee2178249e8c Mon Sep 17 00:00:00 2001 From: mountainsandcode Date: Thu, 9 Aug 2018 16:27:38 +0200 Subject: [PATCH] Add Waze realtime documentation (#5634) * Add Waze realtime documentation * :pencil2: Tweaks --- 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 484785a1a07..b7398d5217c 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 %}