Fix sonos_group -> group_members (#22647)

This commit is contained in:
jjlawren 2022-05-09 04:29:23 -05:00 committed by GitHub
parent 361daefd9a
commit c32046a157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: >