mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Document group state changes when in cases with one specific state (#32443)
* Document group state changes when in cases with one specific state * Tweak Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Tweak Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
8da9fabd36
commit
80d285e364
@ -405,7 +405,11 @@ 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 or only use `on` and `off`, the group state will be `on` or `off`.
|
||||
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`.
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user