mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
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:
parent
7e9b4a8667
commit
3dd34f2f0e
@ -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**.
|
||||
|
||||

|
||||
|
||||
## Related topics
|
||||
|
||||
- [Enable multiselect](/docs/organizing/filtering)
|
||||
- [Grouping your assets](/docs/organizing/)
|
||||
- [Filtering your assets](/docs/organizing/filtering)
|
@ -15,6 +15,8 @@ When working with tables, you can select multiple elements to apply an action on
|
||||
|
||||

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

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

|
||||
|
||||
@ -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/)
|
@ -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>
|
||||
|
@ -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.
|
||||

|
||||
4. In the pop-up, select the cogwheel.
|
||||
5. Toggle the **Enabled** button.
|
||||

|
||||
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**.
|
||||
|
||||

|
||||
|
||||
## Related topics
|
||||
|
||||
- [Enable multiselect](/docs/organizing/filtering)
|
||||
- [Grouping your assets](/docs/organizing/)
|
||||
- [Filtering your assets](/docs/organizing/filtering)
|
||||
|
Loading…
x
Reference in New Issue
Block a user