From 8444dd14c6e27cec7cd9ba5ada61928bec425330 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 25 Apr 2024 18:31:45 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Document=20group=20state=20changes=20?= =?UTF-8?q?when=20in=20cases=20with=20one=20specific=20state=20(#=E2=80=A6?= =?UTF-8?q?"=20(#32461)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 80d285e364e9cc74613a10e9d8e30fc337d77628. --- source/_integrations/group.markdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index bea696ed5a6..2ae28d74fd7 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -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.