mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Selecting multiple items in a list (#32208)
This commit is contained in:
parent
9aab7177a4
commit
9fba230808
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Organizing your assets"
|
title: "Grouping your assets"
|
||||||
description: "Organizing and grouping your assets makes it easier to find them and allows you to target groups in automations."
|
description: "Grouping your assets makes it easier to find them and allows you to target groups in automations."
|
||||||
---
|
---
|
||||||
|
|
||||||
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. There are a few tools to organize your assets: [Areas](#areas), [floors](#floors), [labels](#labels), and [categories](#categories).
|
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. There are a few tools to group your assets: [Areas](#areas), [floors](#floors), [labels](#labels), and [categories](#categories).
|
||||||
|
|
||||||
| Taxonomy | Automation target | Entity can have multiple |
|
| Taxonomy | Automation target | Entity can have multiple |
|
||||||
| -------- | ----------------- | ------------------------ |
|
| -------- | ----------------- | ------------------------ |
|
||||||
|
22
source/_docs/organizing/filtering.markdown
Normal file
22
source/_docs/organizing/filtering.markdown
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
title: "Filtering your assets"
|
||||||
|
description: "Filter for items in tables."
|
||||||
|
---
|
||||||
|
|
||||||
|
When working with tables, you can select multiple elements to apply an action on multiple items at once. If you have [grouped](/docs/organizing/) your assets by assigning them to floors, areas, labels, or directories you can also filter your data accordingly.
|
||||||
|
|
||||||
|
## Selecting multiple items in a table
|
||||||
|
|
||||||
|
1. In your table, select the select the <img height="28px" src="/images/organizing/multiselect_icon.png" alt="Multiselect icon"/> button.
|
||||||
|
|
||||||
|

|
||||||
|
2. In the list, select the items of interest.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Related topics
|
||||||
|
|
||||||
|
- [Floors](/docs/organzing/floors/)
|
||||||
|
- [Labels](/docs/organzing/labels/)
|
||||||
|
- [Areas](/docs/organzing/areas/)
|
||||||
|
- [Directories](/docs/organzing/directories/)
|
@ -3,7 +3,8 @@
|
|||||||
<div class="section">
|
<div class="section">
|
||||||
<h1 class="title delta">Organizing</h1>
|
<h1 class="title delta">Organizing</h1>
|
||||||
<ul class="divided sidebar-menu">
|
<ul class="divided sidebar-menu">
|
||||||
<li>{% active_link /docs/organizing/ Organizing your assets %}</li>
|
<li>{% active_link /docs/organizing/ Grouping your assets %}</li>
|
||||||
|
<li>{% active_link /docs/organizing/filtering Filtering your assets %}</li>
|
||||||
<li>
|
<li>
|
||||||
{% active_link /docs/organizing/areas/ Areas %}
|
{% active_link /docs/organizing/areas/ Areas %}
|
||||||
</li>
|
</li>
|
||||||
|
BIN
source/images/organizing/multiselect_01.png
Normal file
BIN
source/images/organizing/multiselect_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Loading…
x
Reference in New Issue
Block a user