I’m trying to make a group of sensors that are dynamic based on a collection of switches in the UI, that way I am able to have an average temperature value that is made up only of the temperature sensors enabled.
I can’t find an easy way to do this without doing something with group.add/group.remove.