Fix typo of 'dining' in Templating Documentation (#26215)

This commit is contained in:
Jack A 2023-02-12 11:32:59 -05:00 committed by GitHub
parent af4319ec2a
commit 35320bc45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ Other state examples:
{{ states('sensor.expires') | as_datetime }}
# Make a list of states
{{ ['light.kitchen', 'light.dinig_room'] | map('states') | list }}
{{ ['light.kitchen', 'light.dining_room'] | map('states') | list }}
```
{% endraw %}