WTH isn't there a service call to remove an entity from a group?

We have calls to add a specific entity to a group or to set the full list of entities in a group, but no function to remove a specific entity from a group. I’ve got around the problem by storing the current members in a variable, subtracting the entity I want to remove, and using the group.set function to restore the original members minus the removed one, but that shouldn’t be necessary.

Closing as this is a duplicate of Why is there no service call to set domain specific groups

Re-opened again as per Why is there no service call to set domain specific groups - #4 by PaoloTK

I misunderstood, sorry about that :pray:

…/Frenck

1 Like

PR Add remove entity in group.set service by gjohansson-ST · Pull Request #79401 · home-assistant/core · GitHub

1 Like