Fix automation templating formatting (#40774)

This commit is contained in:
Xiretza 2025-09-12 09:14:33 +00:00 committed by GitHub
parent f8b0ca420b
commit 2e7b45cad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,10 @@ Automations support the advanced features of [templating](/docs/configuration/te
Example of variables used in templates:
```jinja
{{ this.name }} is the name of the automation executing from this trigger
{{ trigger.platform }} is the type of trigger object, like `calendar`
```
{% raw %}
- `{{ this.name }}` is the name of the automation executing from this trigger
- `{{ trigger.platform }}` is the type of trigger object, like `calendar`
{% endraw %}
## Available state data