Instructions on how to add input datetime via UI (#13280)

* Instructions on how to add input datetime via UI

These can be added via UI as of 0.107, we should recommend the easiest way of doing things first.

* Remove quotes

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
Sean Mooney 2020-05-04 04:38:32 -04:00 committed by GitHub
parent 81fd9e269d
commit d6f2a9aa7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,9 @@ The `input_datetime` integration allows the user to define date and time values
that can be controlled via the frontend and can be used within automations and that can be controlled via the frontend and can be used within automations and
templates. templates.
To add three datetime inputs to your installation, The preferred way to configure input datetime is via the user interface at **Configuration** -> **Helpers**. Click the add button and then choose the **Date and/or time** option.
`input_datetime` can also be configured via YAML. To add three datetime inputs to your installation,
one with both date and time, and one with date or time each, one with both date and time, and one with date or time each,
add the following lines to your `configuration.yaml`: add the following lines to your `configuration.yaml`: