From 959b6aa0151663ff8b24720a936893f1b18f492d Mon Sep 17 00:00:00 2001 From: Smart Home Junkie <67226335+smarthomejunkie@users.noreply.github.com> Date: Mon, 12 Jun 2023 09:19:29 +0200 Subject: [PATCH] Update trigger.markdown (#27740) Added video tutorial on Trigger IDs --- source/_docs/automation/trigger.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 802852f9b27..7da55e593a9 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -31,6 +31,11 @@ An automation can be triggered by an event, a certain entity state, at a given t All triggers can be assigned an optional `id`. If the ID is omitted, it will instead be set to the index of the trigger. The `id` can be referenced from [trigger conditions and actions](/docs/scripts/conditions/#trigger-condition). The `id` does not have to be unique for each trigger, and it can be used to group similar triggers for use later in the automation (i.e., several triggers of different types that should all turn some entity on). +### Video Tutorial +This video tutorial explains how trigger IDs work. + + + ```yaml automation: trigger: