Skip to content

Commit

Permalink
Correct dining_room spelling in templating attributes example (#35776)
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptix authored Nov 15, 2024
1 parent a6c0146 commit 877df67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_docs/configuration/templating.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ List of lights that are on with a brightness of 255:
{% raw %}

```text
{{ ['light.kitchen', 'light.dinig_room'] | select('is_state', 'on') | select('is_state_attr', 'brightness', 255) | list }}
{{ ['light.kitchen', 'light.dining_room'] | select('is_state', 'on') | select('is_state_attr', 'brightness', 255) | list }}
```

{% endraw %}
Expand Down

0 comments on commit 877df67

Please sign in to comment.