From b95af197e55d8c312b9032ae262da258f38ce8a3 Mon Sep 17 00:00:00 2001 From: bwduncan Date: Wed, 18 Jun 2025 07:13:00 +0100 Subject: [PATCH] Fix %/$ typo (#39605) --- source/_docs/configuration/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,