mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix %/$ typo (#39605)
This commit is contained in:
parent
a967df3915
commit
b95af197e5
@ -97,7 +97,7 @@ In your automations, you could then reuse this macro by importing it:
|
|||||||
{{ format_entity('sensor.temperature') }}
|
{{ format_entity('sensor.temperature') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
{$ endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
Home Assistant also allows you to write macros with non-string return values by
|
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,
|
taking a named argument called `returns` and calling it with a return value. Once created,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user