I’ve created a media player group, using a helper from within GUI, to maintain a group/list of speakers that I want verbal announcements/reminders to broadcast from.
I’m wanting to manage this group’s associated speakers using various toggles, where, if the toggle is “on” for a given speaker, it should be added to the group. Alternatively, if the toggle is “off” then that speaker should be removed from the group.
To make those changes in my automations, I thought I had found the action I was looking for with “Group: Set.” However I could never get it to work. After searching, I did find a reason as to why it’s not working, but not an answer about how to proceed going forward.
Is it correct that, in order to use the “Group: Set” action, I have to declare the Group in the “old style” in YAML? Or is there a way for me to still use the helper-generated GUI group? I’d much prefer the latter as the docs themselves say that the old-style should be avoided.