mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix incorrect syntax (#4995)
Without quotes the example would not work.
This commit is contained in:
parent
6ea9c2d7a8
commit
b4c71a2f54
@ -102,7 +102,7 @@ When using `wait_template` within an automation `trigger.entity_id` is supported
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
- wait_template: "{{ is_state(trigger.entity_id, 'on') }}"
|
||||
- wait_template: "{{ is_state('trigger.entity_id', 'on') }}"
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user