mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix configuration example (#9911)
example was screwed up, due to new yaml rendering ? :)
This commit is contained in:
parent
ef3a888a80
commit
a51c1e8113
@ -21,13 +21,16 @@ add the following lines to your `configuration.yaml`:
|
||||
input_datetime:
|
||||
both_date_and_time:
|
||||
name: Input with both date and time
|
||||
has_ has_time: true
|
||||
has_date: true
|
||||
has_time: true
|
||||
only_date:
|
||||
name: Input with only date
|
||||
has_ has_time: false
|
||||
has_date: true
|
||||
has_time: false
|
||||
only_time:
|
||||
name: Input with only time
|
||||
has_ has_time: true
|
||||
has_date: false
|
||||
has_time: true
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user