Skip to content

Revert "Document group state changes when in cases with one specific state" #32461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions source/_integrations/group.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -405,11 +405,7 @@ When member entities all have a single `on` and `off` state, the group state wil
| person | home | not_home |
| media_player | ok | problem |

When a group contains entities from domains that have multiple `on` states, the **group** state will be `on` or `off` if one of the following is true:
- More than one of these `on` states are actively used.
- The entities only use `on` and `off`.

If for example a group has multiple `vacuum` entities, that are all `cleaning`, the group state `on` state will be `cleaning`, or if multiple `lock` entities are `unlocked`, the group `on` state will be `unlocked`.
When a group contains entities from domains that have multiple `on` states or only use `on` and `off`, the group state will be `on` or `off`.

It is possible to create a group that the system cannot calculate a group state. Groups with entities from unsupported domains will always have an unknown state.

Expand Down