Fix formatting on condition docs
Two lines were over-indented: ``` condition: or conditions: ```
This commit is contained in:
parent
a5cd393cd6
commit
59a83846ed
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ Example of using condition:
|
|||
entity_id: sensor.mini_despacho
|
||||
to: 'ON'
|
||||
condition:
|
||||
condition: or
|
||||
conditions:
|
||||
condition: or
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: '{{ states.sun.sun.attributes.elevation < 4 }}'
|
||||
- condition: template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue