From 925c388277bda36d99d7fca05ad13f1996350d04 Mon Sep 17 00:00:00 2001 From: Petro31 <35082313+Petro31@users.noreply.github.com> Date: Sun, 10 Mar 2019 10:10:31 -0400 Subject: [PATCH] Update sensor.waze_travel_time.markdown --- source/_components/waze_travel_time.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/waze_travel_time.markdown b/source/_components/waze_travel_time.markdown index e9b75cfcbff..a46e4147029 100644 --- a/source/_components/waze_travel_time.markdown +++ b/source/_components/waze_travel_time.markdown @@ -67,6 +67,10 @@ units: description: "Set the unit for the sensor in metric or imperial, otherwise the default unit the same as the unit set in `unit_system:`." required: false type: string +vehicle_type: + description: "Set the vehicle type for the sensor: car, taxi, or motorcycle, otherwise the default is car." + required: false + type: string {% endconfiguration %} ## {% linkable_title Example using dynamic destination %} @@ -120,5 +124,6 @@ sensor: destination: "725 5th Ave, New York, NY 10022, USA" region: 'US' units: imperial # 'metric' for Metric, 'imperial' for Imperial + vehicle_type: motorcycle # vehicle type used for route ``` {% endraw %}