Merge pull request #738 from dale3h/config-format
Fix formatting on condition docs
This commit is contained in:
commit
b9758eab9b
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ Example of using condition:
|
||||||
entity_id: sensor.mini_despacho
|
entity_id: sensor.mini_despacho
|
||||||
to: 'ON'
|
to: 'ON'
|
||||||
condition:
|
condition:
|
||||||
condition: or
|
condition: or
|
||||||
conditions:
|
conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: '{{ states.sun.sun.attributes.elevation < 4 }}'
|
value_template: '{{ states.sun.sun.attributes.elevation < 4 }}'
|
||||||
- condition: template
|
- condition: template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue