From 98a1a43cd15ebf68fb410a10d5121cdfe65c95a5 Mon Sep 17 00:00:00 2001 From: Igor Loborec Date: Wed, 15 Sep 2021 07:44:47 +0100 Subject: [PATCH] Add info on trigger id's uniqueness requirement (#19336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- source/_docs/automation/trigger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index babb6537c0d..3f2bdab057a 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -24,7 +24,7 @@ An automation can be triggered by an event, with a certain entity state, at a gi ## Trigger id -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. +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. The `id` should be unique for each trigger. ```yaml automation: