diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 42c67a81e19..52d84e2bb47 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -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 %}