From 07dcd146eab40038b524e388196e6761045a8b47 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Sun, 14 Jul 2019 13:20:15 +0100 Subject: [PATCH] state trigger - entity_id details (#9850) * state trigger - entity_id details I think it would be beneficial to underline in text that it is possible to use multiple entities in entity_id. Not sure if it is applicable to any other triggers that accept entity_id (like numeric_state) * :pencil2: Tweak --- 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 c64322eb1a5..28f41027741 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -102,7 +102,7 @@ automation: ### State trigger -Triggers when the state of a given entity changes. If only `entity_id` is given trigger will activate for all state changes, even if only state attributes change. +Triggers when the state of any of given entities changes. If only `entity_id` is given trigger will activate for all state changes, even if only state attributes change. ```yaml automation: