Selecting multiple items in a list (#32208)

This commit is contained in:
c0ffeeca7 2024-04-08 14:13:29 +02:00 committed by GitHub
parent 9aab7177a4
commit 9fba230808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 27 additions and 4 deletions

View File

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

View 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.
![Screenshots point out the enable selection mode button in the toolbar of the tables in Home Assistant](/images/blog/2024-04/enable-selection-mode.png)
2. In the list, select the items of interest.
![Selecting multiple elements in a list](/images/organizing/multiselect_01.png)
## Related topics
- [Floors](/docs/organzing/floors/)
- [Labels](/docs/organzing/labels/)
- [Areas](/docs/organzing/areas/)
- [Directories](/docs/organzing/directories/)

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB