mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix typo of 'dining' in Templating Documentation (#26215)
This commit is contained in:
parent
af4319ec2a
commit
35320bc45f
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user