From c32046a157b25d64d68bc0f030d5520293ddac8a Mon Sep 17 00:00:00 2001 From: jjlawren Date: Mon, 9 May 2022 04:29:23 -0500 Subject: [PATCH] Fix sonos_group -> group_members (#22647) --- source/_integrations/sonos.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sonos.markdown b/source/_integrations/sonos.markdown index 3fc5cc10370..b29f301bb42 100644 --- a/source/_integrations/sonos.markdown +++ b/source/_integrations/sonos.markdown @@ -242,7 +242,7 @@ condition: # Coordinator - condition: template value_template: > - {{ state_attr( trigger.entity_id , 'sonos_group')[0] == trigger.entity_id }} + {{ state_attr( trigger.entity_id , 'group_members')[0] == trigger.entity_id }} # Going from queue to queue - condition: template value_template: >