mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add procedure on disabling entities and automations (#32215)
This commit is contained in:
parent
f9c315ae2c
commit
1284390ed3
22
source/_docs/organizing/enable_disable.markdown
Normal file
22
source/_docs/organizing/enable_disable.markdown
Normal 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**.
|
||||
|
||||

|
||||
|
||||
## Related topics
|
||||
|
||||
- [Enable multiselect](/docs/organizing/filtering)
|
||||
- [Grouping your assets](/docs/organizing/)
|
||||
- [Filtering your assets](/docs/organizing/filtering)
|
@ -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.
|
||||
|
||||

|
||||
|
||||
|
@ -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>
|
||||
|
BIN
source/images/organizing/enable_disable.png
Normal file
BIN
source/images/organizing/enable_disable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 KiB |
Loading…
x
Reference in New Issue
Block a user