Update condition.markdown (#11688)

Quoting was wrong.
This commit is contained in:
Petro31 2020-01-09 12:29:36 -05:00 committed by Klaas Schoute
parent 5c307536bf
commit bb483a5540

View File

@ -21,9 +21,9 @@ automation:
condition: or
conditions:
- condition: template
value_template: '{% raw %}{{ state_attr('sun.sun', 'elevation') < 4 }}{% endraw %}'
value_template: "{% raw %}{{ state_attr('sun.sun', 'elevation') < 4 }}{% endraw %}"
- condition: template
value_template: '{% raw %}{{ states('sensor.sensorluz_7_0') < 10 }}{% endraw %}'
value_template: "{% raw %}{{ states('sensor.sensorluz_7_0') < 10 }}{% endraw %}"
action:
- service: scene.turn_on
entity_id: scene.DespiertaDespacho