I was wondering if there was any interest in adding group support into mqtt discovery?
That way I could create a senor or switch, then use the add_entities or entities to set a list of entities in the group.
I think all that is needed is adding a new component into the main discovery.py
Then creating a group.py in the same folder probably basing it off camera.py or something like that as all that is needed is the Name and entities to add.
Does that sound right as it doesn’t sound too difficult but just going to need to come up to speed with the code base first.