mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add entity support to Waze Travel Time (#5461)
This commit is contained in:
parent
b71498d948
commit
42a416b7b9
@ -32,11 +32,11 @@ sensor:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
origin:
|
origin:
|
||||||
description: Enter the starting address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma).
|
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.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
destination:
|
destination:
|
||||||
description: Enter the destination address or the GPS coordinates of the location (GPS coordinates has to be separated by a comma).
|
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.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
region:
|
region:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user