File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ condition:
144
144
condition: and # 'twilight' condition: dusk and dawn, in typical locations
145
145
conditions:
146
146
- condition: template
147
- value_template: {% raw %}'{{ state_attr(' sun.sun', ' elevation' ) < 0 }}'{% endraw %}
147
+ value_template: {% raw %}'{{ state_attr(" sun.sun", " elevation" ) < 0 }}'{% endraw %}
148
148
- condition: template
149
- value_template: {% raw %}'{{ state_attr(' sun.sun', ' elevation' ) > -6 }}'{% endraw %}
149
+ value_template: {% raw %}'{{ state_attr(" sun.sun", " elevation" ) > -6 }}'{% endraw %}
150
150
` ` `
151
151
152
152
` ` ` yaml
153
153
condition:
154
154
condition: template # 'night' condition: from dusk to dawn, in typical locations
155
- value_template: {% raw %}'{{ state_attr(' sun.sun', ' elevation' ) < -6 }}'{% endraw %}
155
+ value_template: {% raw %}'{{ state_attr(" sun.sun", " elevation" ) < -6 }}'{% endraw %}
156
156
` ` `
157
157
158
158
# ### Sunset/sunrise condition
You can’t perform that action at this time.
0 commit comments