mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Update sensor.waze_travel_time.markdown
This commit is contained in:
parent
8194dd0a48
commit
925c388277
@ -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:`."
|
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
|
required: false
|
||||||
type: string
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Example using dynamic destination %}
|
## {% linkable_title Example using dynamic destination %}
|
||||||
@ -120,5 +124,6 @@ sensor:
|
|||||||
destination: "725 5th Ave, New York, NY 10022, USA"
|
destination: "725 5th Ave, New York, NY 10022, USA"
|
||||||
region: 'US'
|
region: 'US'
|
||||||
units: imperial # 'metric' for Metric, 'imperial' for Imperial
|
units: imperial # 'metric' for Metric, 'imperial' for Imperial
|
||||||
|
vehicle_type: motorcycle # vehicle type used for route
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user