diff --git a/pages/introduction.md b/pages/introduction.md index 9142373..859c9b4 100644 --- a/pages/introduction.md +++ b/pages/introduction.md @@ -30,7 +30,10 @@ Copy this to your lovelace in raw config editor: ### Decluttering Card Templates + + ``` +{% raw %} decluttering_templates: status_card: default: @@ -1783,6 +1786,7 @@ decluttering_templates: entity: '[[climate]]' attribute: hvac_action value: 'off' +{% endraw %} ```