Skip to content

Commit e0540d2

Browse files
Myrddynfabaff
Myrddyn
authored andcommitted
Added "Waze travel time" sensor documentation (home-assistant#4498)
* Added Waze Travel Time documentation * Added Waze Travel Time documentation * Added Waze Travel Time documentation Fixed commit remarks from frenck * * Added Waze Travel Time documentation Fixed commit remarks from frenck * ✏️ Tweaks * Multiple fixes * Update
1 parent 69f0361 commit e0540d2

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: page
3+
title: "Waze Travel Time"
4+
description: "Instructions on how to add Waze travel time to Home Assistant."
5+
date: 2018-01-23 00:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: waze.png
11+
ha_category: Transport
12+
ha_iot_class: "Cloud Polling"
13+
ha_release: 0.67
14+
---
15+
16+
The `waze_travel_time` sensor provides travel time from the [Waze](https://www.waze.com/).
17+
18+
Unit system is set to metric system.
19+
20+
## {% linkable_title Configuration %}
21+
22+
To use this sensor in your installation, add the following `abode` section to your `configuration.yaml` file:
23+
24+
```yaml
25+
# Example entry for configuration.yaml
26+
sensor:
27+
- platform: waze_travel_time
28+
origin: Montréal, QC
29+
destination: Québec, QC
30+
region: 'US'
31+
```
32+
33+
{% configuration %}
34+
origin:
35+
description: Enter the starting address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma).
36+
required: true
37+
type: string
38+
destination:
39+
description: Enter the destination address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma).
40+
required: true
41+
type: string
42+
region:
43+
description: Choose one of the available regions from 'EU', 'US', 'NA' (equivalent to 'US') or 'IL'.
44+
required: true
45+
type: string
46+
name:
47+
description: A name to display on the sensor.
48+
required: false
49+
default: "Waze Travel Time"
50+
type: string
51+
{% endconfiguration %}
21.3 KB
Loading

0 commit comments

Comments
 (0)