mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Clearer instructions on the use of departure (#12812)
This commit is contained in:
parent
c1e2cf48be
commit
d6051d93b0
@ -94,10 +94,9 @@ arrival:
|
|||||||
required: false
|
required: false
|
||||||
type: time
|
type: time
|
||||||
departure:
|
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
|
required: false
|
||||||
type: time
|
type: time
|
||||||
default: "now"
|
|
||||||
unit_system:
|
unit_system:
|
||||||
description: "You can choose between `metric` or `imperial`."
|
description: "You can choose between `metric` or `imperial`."
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user