From 2e7b45cad71c6f5abaad95ef4f433a64c4dfadbb Mon Sep 17 00:00:00 2001 From: Xiretza Date: Fri, 12 Sep 2025 09:14:33 +0000 Subject: [PATCH] Fix automation templating formatting (#40774) --- source/_docs/automation/templating.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index 0b6d054283e..95ab1ce678a 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -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