Open Johnson145 opened 9 months ago
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
I've just updated Home Assistant to the latest version. The problem still exists.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Still the same...
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Still the same...
The problem
I have several (cover) groups. They are not disjoint, i.e. the same (cover) entity is contained in multiple groups. If I trigger a service for all entities of the (cover) domain, the action gets triggered multiple times for the same entities. I would expect that the group resolving ensures to remove duplicates.
What version of Home Assistant Core has the issue?
core-2024.1.5
What was the last working version of Home Assistant Core?
not 100% sure, but probably this was the case all the time
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Potentially caused by the group integration.
Link to integration documentation on our website
https://www.home-assistant.io/integrations/group/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
Noticed this for the cover domain, because the physical switch makes a clicking noise each time it gets triggered. When I make a service call like
,the same switch clicks quite a few times right after another. I assume this is independent from the cover domain though.
My groups are defined in the yaml file, but not "the old style" and should therefore be equivalent to groups created via the helper UI (see provided sample snippet), right?.
Edits