Clearer instructions on the use of departure (#12812)

This commit is contained in:
Kevin Eifinger 2020-04-11 12:45:18 +02:00 committed by GitHub
parent c1e2cf48be
commit d6051d93b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,10 +94,9 @@ arrival:
required: false
type: time
departure:
description: "Time when travel is expected to end. A 24 hour time string like `08:00:00`. On a sensor update it will be combined with the current date to get travel time for that moment. Cannot be used in combination with `arrival`. The default is now (the current date and time)"
description: "Time when travel is expected to end. A 24 hour time string like `08:00:00`. On a sensor update it will be combined with the current date to get travel time for that moment. Cannot be used in combination with `arrival`. If departure is not provided each update of the sensor uses the current date and time."
required: false
type: time
default: "now"
unit_system:
description: "You can choose between `metric` or `imperial`."
required: false