Update scripts.markdown
This commit is contained in:
parent
75a829676a
commit
333ab25a27
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Wait until some things are complete. We support at the moment `wait_template` fo
|
|||
|
||||
```yaml
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue