fix: typo in templating docs (#25125)

This commit is contained in:
Brian Steere 2022-12-05 03:16:33 -06:00 committed by GitHub
parent e7750949af
commit 9a84f0eb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}