mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
Add categories (#32148)
This commit is contained in:
parent
4aa0c81745
commit
f1a187e804
39
source/_docs/organizing/categories.markdown
Normal file
39
source/_docs/organizing/categories.markdown
Normal 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.
|
||||
|
||||

|
||||
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.
|
||||
|
||||

|
||||
|
||||
## Related topics
|
||||
|
||||
- [Labels](/docs/organizing/labels/)
|
@ -13,5 +13,8 @@
|
||||
<li>
|
||||
{% active_link /docs/organizing/labels/ Labels %}
|
||||
</li>
|
||||
<li>
|
||||
{% active_link /docs/organizing/categories/ Categories %}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
BIN
source/images/organizing/category_02.png
Normal file
BIN
source/images/organizing/category_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
source/images/organizing/filters_01.png
Normal file
BIN
source/images/organizing/filters_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user