You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/organizing.markdown
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,21 @@ related:
10
10
title: Labels
11
11
- docs: /docs/organizing/categories/
12
12
title: Categories
13
+
- docs: /integrations/group/
14
+
title: Group integration
13
15
---
14
16
15
17
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.
16
18
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).
18
20
19
-
| Taxonomy | Automation target | Entity can have multiple |
@@ -55,3 +58,9 @@ There are a few tools to group your assets: [Areas](#area), [floors](#floor), [l
55
58
- Categories are unique for each table. The automations page can have different categories than the scene, scripts, or helpers settings page.
56
59
57
60
<imgclass="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