File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -80,18 +80,13 @@ Wait until some things are complete. We support at the moment `wait_template` fo
80
80
81
81
` ` ` yaml
82
82
# wait until media player have stop the playing
83
- wait_template: "{{ states.media_player.floor.states == 'stop' }}"
83
+ wait_template: {% raw %} "{{ states.media_player.floor.states == 'stop' }}"{% endraw %}
84
84
` ` `
85
85
86
86
` ` ` yaml
87
87
# wait until a valve is < 10 or abort after 1 minutes.
88
- wait_template: "{{ states.climate.kitchen.attributes.valve < 10 }}"
89
- timeout: 00:10:00
90
- ` ` `
91
-
92
- ` ` ` yaml
93
- # alternative
94
- wait_template: "{% if"
88
+ wait_template: {% raw %}"{{ states.climate.kitchen.attributes.valve < 10 }}"{% endraw %}
89
+ timeout: 00:01:00
95
90
` ` `
96
91
97
92
# ## {% linkable_title Fire an Event %}
You can’t perform that action at this time.
0 commit comments