From 3dd34f2f0ee9209e193394f1b64728bdf1ceb0f1 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:13:51 +0200 Subject: [PATCH] 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 --- .../_docs/organizing/enable_disable.markdown | 22 ------------------ source/_docs/organizing/filtering.markdown | 7 ++++-- .../asides/organizing_navigation.html | 1 - .../_includes/common-tasks/enable_entities.md | 23 +++++++++++-------- 4 files changed, 19 insertions(+), 34 deletions(-) delete mode 100644 source/_docs/organizing/enable_disable.markdown diff --git a/source/_docs/organizing/enable_disable.markdown b/source/_docs/organizing/enable_disable.markdown deleted file mode 100644 index 245252083fa..00000000000 --- a/source/_docs/organizing/enable_disable.markdown +++ /dev/null @@ -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) \ No newline at end of file diff --git a/source/_docs/organizing/filtering.markdown b/source/_docs/organizing/filtering.markdown index c12c82e35de..18b354f13fb 100644 --- a/source/_docs/organizing/filtering.markdown +++ b/source/_docs/organizing/filtering.markdown @@ -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/) \ No newline at end of file +- [Grouping your assets](/docs/organizing/) +- [Enabling or disabling entities and automations](/common-tasks/general/) \ No newline at end of file diff --git a/source/_includes/asides/organizing_navigation.html b/source/_includes/asides/organizing_navigation.html index 06320138a36..1b6b2225de3 100644 --- a/source/_includes/asides/organizing_navigation.html +++ b/source/_includes/asides/organizing_navigation.html @@ -5,7 +5,6 @@