From 5641a47f63353bba437527e1fdc4756d16bb35ab Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:49:51 +0200 Subject: [PATCH] Labels: steps to delete a label (#32478) --- source/_docs/organizing/labels.markdown | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/source/_docs/organizing/labels.markdown b/source/_docs/organizing/labels.markdown index d63d882cde8..0e95e8dc515 100644 --- a/source/_docs/organizing/labels.markdown +++ b/source/_docs/organizing/labels.markdown @@ -41,16 +41,26 @@ Follow these steps to apply a label 2. To apply a label to a device, entity, or helper: - Go to **{% my integrations title="Settings > Devices & Services" %}** and open the respective tab. - Select the Multiselect icon button. - - From the list, select all the items to which you want to apply a label. + - From the list, select all the list entries to which you want to apply a label. - In the top right corner, select **Add label**. Then, select the labels from the list. ![Apply label](/images/organizing/labels_add_05.png) 3. To apply a label to an automation, scene, or script: - Go to {% my automations title="**Settings** > **Automations & Scenes**" %} and open the respective tab. - Select the Multiselect icon button. - - From the list, select all the items to which you want to apply a label. + - From the list, select all the list entries to which you want to apply a label. - In the top right corner, select the three dots menu, then select **Add label**. Then, select the labels from the list. +## Deleting a label + +Follow these steps to delete a label. It will be removed from all the list entries it was applied to. +If you used this label in automations or script as targets, you need to adjust those. + +1. Go to {% my labels title="**Settings** > **Areas, labels & zones**" %} and on top, select the **Labels** tab. +2. In the list of labels, find the label you want to delete and select the three dots menu. +3. Select **Delete**. +4. If you used this label in automations or script as targets, you need to adjust those. + ## Removing labels 1. Go to the data table that contains the element from which you want to remove the label: @@ -60,3 +70,4 @@ Follow these steps to apply a label - From the list, select all the items from which you want to remove a label. - In the top right corner, select the three dots menu, then select **Add label**. - Then, deselect the checkbox for the label you want to remove. +