Skip to content

Commit 4c1b995

Browse files
authored
Added group integration into organizing your assets (#40354)
1 parent 6484974 commit 4c1b995

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

source/_docs/organizing.markdown

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,21 @@ related:
1010
title: Labels
1111
- docs: /docs/organizing/categories/
1212
title: Categories
13+
- docs: /integrations/group/
14+
title: Group integration
1315
---
1416

1517
Once you have more devices, you may want to target entire groups of devices in automations. It also becomes more challenging to find items in lists.
1618

17-
There are a few tools to group your assets: [Areas](#area), [floors](#floor), [labels](#labels), and [categories](#category).
19+
There are a few tools to group your assets: [Areas](#area), [floors](#floor), [labels](#labels), [categories](#category) and [group integration](#group-integration).
1820

19-
| Taxonomy | Automation target | Entity can have multiple |
20-
| -------- | -------------------------------- | -------------------------------- |
21-
| Area | {% icon "openmoji:check-mark" %} | {% icon "openmoji:cross-mark" %} |
22-
| Floor | {% icon "openmoji:check-mark" %} | {% icon "openmoji:cross-mark" %} |
23-
| Label | {% icon "openmoji:check-mark" %} | {% icon "openmoji:check-mark" %} |
24-
| Category | {% icon "openmoji:cross-mark" %} | {% icon "openmoji:cross-mark" %} |
21+
| Taxonomy | Automation target | Entity can have multiple |
22+
| ----------------- | -------------------------------- | -------------------------------- |
23+
| Area | {% icon "openmoji:check-mark" %} | {% icon "openmoji:cross-mark" %} |
24+
| Floor | {% icon "openmoji:check-mark" %} | {% icon "openmoji:cross-mark" %} |
25+
| Label | {% icon "openmoji:check-mark" %} | {% icon "openmoji:check-mark" %} |
26+
| Category | {% icon "openmoji:cross-mark" %} | {% icon "openmoji:cross-mark" %} |
27+
| Group Integration | {% icon "openmoji:check-mark" %} | {% icon "openmoji:cross-mark" %} |
2528

2629
## Area
2730

@@ -55,3 +58,9 @@ There are a few tools to group your assets: [Areas](#area), [floors](#floor), [l
5558
- Categories are unique for each table. The automations page can have different categories than the scene, scripts, or helpers settings page.
5659

5760
<img class="no-shadow" src='/images/organizing/categories.png' alt='Screenshots the new categories. Automations are grouped into their categories, making it easier to get an overview or to filter them.'>
61+
62+
## Group Integration
63+
- Designed to combine multiple entities into one entity representing the group.
64+
- The combined entity can also have an area and labels.
65+
- Can be used in automations and scripts as a target for actions.
66+
- Does not assist with organizing entities in the UI like the other methods above. For example, you cannot use group integration to sort or filter other entities.

0 commit comments

Comments
 (0)