diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 784de3b5f3f..72236982e9b 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -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 %}