Add categories (#32148)

This commit is contained in:
c0ffeeca7 2024-04-03 17:11:27 +02:00 committed by Franck Nijhof
parent 4aa0c81745
commit f1a187e804
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,39 @@
---
title: "Categories"
description: "Use categories to group and filter your table items"
---
Categories let you group and filter items in a table. Like labels, categories allow grouping irrespective of the items physical location. For example, on the automations page, you can create the categories “Notifications” or “NFC tags” to view your automations grouped or filtered. These categories group automations on the automation page, but have no effect anywhere else. Categories are unique for each table. The automations page can have different categories than the scene, scripts, or helpers settings page.
## Creating a category
Follow these steps to create a new category.
1. Go to {% my automations title="**Settings** > **Automations & Scenes**" %} and open the respective tab.
2. In the top left, select the **Filters** button.
![Select the filter button](/images/organizing/filters_01.png)
3. Select **Category**, then **Add category**.
4. Enter a name, select an icon and select **Add**.
**Result**: A new category is created.
## Assigning a category
1. Go to {% my automations title="**Settings** > **Automations & Scenes**" %} and open the respective tab.
2. To assign a category to a single item:
- Find the item in the list and select the three dots menu.
- Select **Assign category** and select the category from the list.
- If the category is not in the list, select **Add new category** and make a new one.
3. To assign a category to multiple items:
- Select the <img height="28px" src="/images/organizing/multiselect_icon.png" alt="Multiselect icon"/> button.
- From the list, select all the items to which you want to apply a category.
- In the top right corner, select **Move to category**.
- Then, select the category from the list.
4. Once categories are applied, table items can be grouped by category.
![Group table items by category](/images/organizing/category_02.png)
## Related topics
- [Labels](/docs/organizing/labels/)

View File

@ -13,5 +13,8 @@
<li>
{% active_link /docs/organizing/labels/ Labels %}
</li>
<li>
{% active_link /docs/organizing/categories/ Categories %}
</li>
</ul>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB