File tree 2 files changed +51
-0
lines changed
2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
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 %}
You can’t perform that action at this time.
0 commit comments