mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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 }}
|
{{ states('sensor.expires') | as_datetime }}
|
||||||
|
|
||||||
# Make a list of states
|
# Make a list of states
|
||||||
{{ ['light.kitchen', 'light.dinig_room'] | map('states') | list }}
|
{{ ['light.kitchen', 'light.dining_room'] | map('states') | list }}
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user