home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
68.78k stars 28.1k forks source link

Revert "Return specific group state if there is one" #116176

Closed jbouwh closed 1 week ago

jbouwh commented 1 week ago

Reverts home-assistant/core#115866

As discussed on Discord

The PR to revert intended:

  1. Prepare for overlap in on-states which will happen when both cover and lock have an open state
  2. Change the behavior of mixed domain groups so instead of always being ON or OFF, the state of a group with (for example) locks and lights may now be unlocked if the locks in the group are unlocked but the lights are off

We only want point 1. So we take time to do this properly.

home-assistant[bot] commented 1 week ago

Hey there @home-assistant/core, mind taking a look at this pull request 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 pull request. - `@home-assistant rename Awesome new title` Renames the pull request. - `@home-assistant reopen` Reopen the pull request. - `@home-assistant unassign group` Removes the current integration label and assignees on the pull request, 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 pull request. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the pull request.