Skip to content

Commit 42a416b

Browse files
mountainsandcodesyssi
authored andcommitted
Add entity support to Waze Travel Time (home-assistant#5461)
1 parent b71498d commit 42a416b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.waze_travel_time.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ sensor:
3232
3333
{% configuration %}
3434
origin:
35-
description: Enter the starting address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma).
35+
description: Enter the starting address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma). You can also enter the entity id of a sensor, device_tracker or zone, which provides this information in its state.
3636
required: true
3737
type: string
3838
destination:
39-
description: Enter the destination address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma).
39+
description: Enter the destination address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma). You can also enter the entity id of a sensor, device_tracker or zone, which provides this information in its state.
4040
required: true
4141
type: string
4242
region:

0 commit comments

Comments
 (0)