mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Fix formatting on condition docs
Two lines were over-indented: ``` condition: or conditions: ```
This commit is contained in:
parent
a5cd393cd6
commit
59a83846ed
@ -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…
x
Reference in New Issue
Block a user