Fix %/$ typo (#39605)

This commit is contained in:
bwduncan 2025-06-18 07:13:00 +01:00 committed by GitHub
parent a967df3915
commit b95af197e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,