diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 9b009f1c3d3..7040bfd2fb5 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -97,7 +97,7 @@ In your automations, you could then reuse this macro by importing it: {{ format_entity('sensor.temperature') }} ``` -{$ endraw %} +{% endraw %} Home Assistant also allows you to write macros with non-string return values by taking a named argument called `returns` and calling it with a return value. Once created,