mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update scripts.markdown
This commit is contained in:
parent
75a829676a
commit
333ab25a27
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user