mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
fix: typo in templating docs (#25125)
This commit is contained in:
parent
e7750949af
commit
9a84f0eb8a
@ -115,7 +115,7 @@ Entities that are on:
|
||||
{% raw %}
|
||||
|
||||
```text
|
||||
{{ ['light.kitchen', 'light.dinig_room'] | select('is_state', 'on') | list }}
|
||||
{{ ['light.kitchen', 'light.dining_room'] | select('is_state', 'on') | list }}
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user