Add person domain to Waze Travel Time (#8757)

Linked PR

https://github.com/home-assistant/home-assistant/pull/21471
This commit is contained in:
Petro31 2019-02-26 23:03:00 -05:00 committed by Paulus Schoutsen
parent f6e8408a81
commit 4cea9f0cf5

View File

@ -32,11 +32,11 @@ sensor:
{% configuration %}
origin:
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.
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, person, or zone, which provides this information in its state.
required: true
type: string
destination:
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.
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, person, or zone, which provides this information in its state.
required: true
type: string
region: