mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +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 %}
|
{% raw %}
|
||||||
|
|
||||||
```text
|
```text
|
||||||
{{ ['light.kitchen', 'light.dinig_room'] | select('is_state', 'on') | list }}
|
{{ ['light.kitchen', 'light.dining_room'] | select('is_state', 'on') | list }}
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user