Organizing: remove enable entities topic from section (#32268)

- it is a duplicate of the topic under common tasks
- updat topic in common tasks to reflect current software
- add links between topics
This commit is contained in:
c0ffeeca7 2024-04-11 13:13:51 +02:00 committed by GitHub
parent 7e9b4a8667
commit 3dd34f2f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 19 additions and 34 deletions

View File

@ -1,22 +0,0 @@
---
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

@ -15,6 +15,8 @@ When working with tables, you can select multiple elements to apply an action on
![Selecting multiple elements in a list](/images/organizing/multiselect_01.png)
3. You can now apply changes to all selected elements, such as [applying labels](/docs/organzing/labels/) or [enabling or disabling entities and automations](/common-tasks/general/).
## Filtering items in a table
You can filter a table so that only items matching certain criteria are shown.
@ -24,7 +26,7 @@ You can filter a table so that only items matching certain criteria are shown.
![Select the filter button](/images/organizing/filters_01.png)
2. In the filters panel, select your filter criteria.
- You can filter for [floors](/docs/organizing/floors/), [areas](/docs/organizing/areas/), [labels](/docs/organizing/labels/) and [categories](/docs/organizing/categories/) if you have previously defined them.
- You can filter for [floors](/docs/organizing/floors/), [areas](/docs/organizing/areas/), [labels](/docs/organizing/labels/), and [categories](/docs/organizing/categories/) if you have previously defined them.
![Screenshots showing the filter panel that tables can have, allowing you to easily find what you are looking for](/images/organizing/filter-panel.png)
@ -46,4 +48,5 @@ You can group items in a table according to certain criteria. The number of show
- [Labels](/docs/organzing/labels/)
- [Areas](/docs/organzing/areas/)
- [Categories](/docs/organzing/categories/)
- [Grouping your assets](/docs/organizing/)
- [Grouping your assets](/docs/organizing/)
- [Enabling or disabling entities and automations](/common-tasks/general/)

View File

@ -5,7 +5,6 @@
<ul class="divided sidebar-menu">
<li>{% active_link /docs/organizing/ Grouping your assets %}</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>

View File

@ -1,12 +1,17 @@
## Enabling entities
## Enabling or disabling elements
Some entities are disabled by default. To enable them, follow these steps:
1. Go to **{% my integrations title="Settings > Devices & Services" %}** and select the integration of interest.
2. Select **entities**.
3. From the list of entities, select the entity you want to enable.
![Select entity from list](/images/screenshots/enable_entities_01.png)
4. In the pop-up, select the cogwheel.
5. Toggle the **Enabled** button.
![Enable entities](/images/screenshots/enable_entities_03.png)
6. To save the changes, select **Update**.
1. In Home Assistant, open the table of interest.
- To enable or disable entities, go to {% my entities title="**Settings** > **Devices & Services** > **Entities**" %}.
- To enable or disable automations, go to {% my automations title="**Settings** > **Automations & Scenes**" %}.
2. [Enable multiselect](/docs/organizing/filtering) and select all the entities you want to enable or disable.
3. In the top right corner, select the three dots menu, then select **Enable** or **Disable**.
![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)