Add procedure on disabling entities and automations (#32215)

This commit is contained in:
c0ffeeca7 2024-04-09 10:50:06 +02:00 committed by GitHub
parent f9c315ae2c
commit 1284390ed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,22 @@
---
title: "Enabling or disabling assets"
description: "Enabling or disabling entities or automations"
---
You can disable entities and automations and re-enable them again.
## Disabling or enabling elements
1. In Home Assistant, open the table of interest.
- To disable or enable entities, go to {% my entities title="**Settings** > **Devices & Services** > **Entities**" %}.
- To disable or enable automations, go to {% my automations title="**Settings** > **Automations & Scenes**" %}.
2. [Enable multiselect](/docs/organizing/filtering) and select all the entities you want to disable or enable.
3. In the top right corner, select the three dots menu, then select **Disable** or **Enable**.
![Screenshot showing how to enable or disable multiple automations](/images/organizing/enable_disable.png)
## Related topics
- [Enable multiselect](/docs/organizing/filtering)
- [Grouping your assets](/docs/organizing/)
- [Filtering your assets](/docs/organizing/filtering)

View File

@ -7,7 +7,7 @@ When working with tables, you can select multiple elements to apply an action on
## 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.
1. In your table, 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)

View File

@ -4,7 +4,8 @@
<h1 class="title delta">Organizing</h1>
<ul class="divided sidebar-menu">
<li>{% active_link /docs/organizing/ Grouping your assets %}</li>
<li>{% active_link /docs/organizing/filtering Filtering, grouping, sorting %}</li>
<li>{% active_link /docs/organizing/filtering Filtering your assets %}</li>
<li>{% active_link /docs/organizing/enable_disable Disabling entities & automations %}</li>
<li>
{% active_link /docs/organizing/areas/ Areas %}
</li>

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB