Update scripts.markdown

This commit is contained in:
Paulus Schoutsen 2017-08-07 23:07:29 -07:00 committed by GitHub
parent 75a829676a
commit 333ab25a27

View File

@ -81,7 +81,7 @@ Wait until some things are complete. We support at the moment `wait_template` fo
```yaml ```yaml
# wait until media player have stop the playing # wait until media player have stop the playing
wait_template: {% raw %}"{{ states.media_player.floor.states == 'stop' }}"{% endraw %} wait_template: {% raw %}"{{ states.media_player.floor.state == 'stop' }}"{% endraw %}
``` ```
```yaml ```yaml