diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index 0c06a82c27e..b5bfe129e59 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -56,6 +56,18 @@ Some groups, like the binary sensors and lights, allow you set the "All entities - Otherwise, the group state is `unknown` if at least one group member is `unknown` or `unavailable`. - Otherwise, the group state is `on`. +## Managing groups + +To edit a group, **{% my helpers title="Settings -> Devices & Services -> Helpers" %}**. Find and select the group from the list. + +![Group members](/images/integrations/group/Group_settings.png) + +### Group options + +To add or remove entities from an existing group, click on `Group options`, all the existing entities are listed in the `members` section where you add and remove entities. + +![Group members](/images/integrations/group/Group_members.png) + ## YAML Configuration Alternatlively, this integration can be configured and set up manually via YAML diff --git a/source/images/integrations/group/Group_members.png b/source/images/integrations/group/Group_members.png new file mode 100644 index 00000000000..d620819a9f8 Binary files /dev/null and b/source/images/integrations/group/Group_members.png differ diff --git a/source/images/integrations/group/Group_settings.png b/source/images/integrations/group/Group_settings.png new file mode 100644 index 00000000000..f50f8dfc743 Binary files /dev/null and b/source/images/integrations/group/Group_settings.png differ