core icon indicating copy to clipboard operation
core copied to clipboard

A cover group is open only if all covers are open

Open micz opened this issue 7 months ago • 6 comments

The problem

A cover group is open only if all covers are open. Before updating to 2025.4 a cover group was open if one o more covers were open. This behaviour is also described in the docs: https://www.home-assistant.io/integrations/group#cover-groups

I tried also to create a new helper, even while adding entities it shows this behaviour.

What version of Home Assistant Core has the issue?

core-2025.4.4

What was the last working version of Home Assistant Core?

core-2025.2.5

What type of installation are you running?

Home Assistant Core

Integration causing the issue

Group

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?


Additional information

No response

micz avatar May 04 '25 20:05 micz

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (group) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of group can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign group Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


group documentation group source (message by IssueLinks)

home-assistant[bot] avatar May 04 '25 20:05 home-assistant[bot]

Before updating to 2025.4

From which version did you update? In other words - what was the last working HA version?

mib1185 avatar May 04 '25 21:05 mib1185

2025.2.5

Sorry I didn't mention it. I updated my first post.

micz avatar May 04 '25 21:05 micz

Further please also show us your configuration of the group entity, thx 👍

mib1185 avatar May 04 '25 22:05 mib1185

btw. there was only this #138201 change between 2025.2.5 and 2025.4.4

mib1185 avatar May 04 '25 22:05 mib1185

I add the group using the HA interface. I can replicate this behaviour even in the dialog when creating a new group, before saving it, because the icon updates immediatly. The covers are added via MQTT, I don't know if it matters.

micz avatar May 04 '25 22:05 micz

Now everything is working as usual and I'm not able to replicate the problem again. Maybe it could be some kind of caching issue in the frontend? I close the issue.

micz avatar May 06 '25 06:05 micz