From 3bd2bc4e983ee7b37e15fe984c8abb37fbf90a91 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 14 Feb 2025 02:03:51 -0700 Subject: [PATCH] Update templating.markdown to include trigger.alias (#37457) --- source/_docs/automation/templating.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index ce3529e1342..4132b0f3eab 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -25,6 +25,7 @@ Triggers from all platforms will include the following data. | Template variable | Data | | ---- | ---- | +| `trigger.alias` | Alias of the trigger. | `trigger.id` | The [`id` of the trigger](/docs/automation/trigger/#trigger-id). | `trigger.idx` | Index of the trigger. (The first trigger idx is `0`.)