mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
81fd9e269d
commit
d6f2a9aa7c
@ -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`:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user