mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +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:
|
input_datetime:
|
||||||
both_date_and_time:
|
both_date_and_time:
|
||||||
name: Input with both date and time
|
name: Input with both date and time
|
||||||
has_ has_time: true
|
has_date: true
|
||||||
|
has_time: true
|
||||||
only_date:
|
only_date:
|
||||||
name: Input with only date
|
name: Input with only date
|
||||||
has_ has_time: false
|
has_date: true
|
||||||
|
has_time: false
|
||||||
only_time:
|
only_time:
|
||||||
name: Input with only time
|
name: Input with only time
|
||||||
has_ has_time: true
|
has_date: false
|
||||||
|
has_time: true
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user