mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
trigger.entity_id should not be quoted (#5985)
This commit is contained in:
parent
615922e5f1
commit
ae7aaeb1ed
@ -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