Fix incorrect syntax (#4995)
Without quotes the example would not work.
This commit is contained in:
parent
6ea9c2d7a8
commit
b4c71a2f54
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ When using `wait_template` within an automation `trigger.entity_id` is supported
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
- wait_template: "{{ is_state(trigger.entity_id, 'on') }}"
|
- wait_template: "{{ is_state('trigger.entity_id', 'on') }}"
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue