From ecef7df699b3251e24cffb6d9b1a71fecc67968d Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 21 Nov 2024 12:49:30 +0100 Subject: [PATCH] Update integration removal snippet (#35880) * Move include to integrations folder and change content * Update include path on current pages --- .../{common-tasks => integrations}/remove_device_service.md | 4 +--- source/_integrations/lamarzocco.markdown | 2 +- source/common-tasks/general.markdown | 4 +++- 3 files changed, 5 insertions(+), 5 deletions(-) rename source/_includes/{common-tasks => integrations}/remove_device_service.md (55%) diff --git a/source/_includes/common-tasks/remove_device_service.md b/source/_includes/integrations/remove_device_service.md similarity index 55% rename from source/_includes/common-tasks/remove_device_service.md rename to source/_includes/integrations/remove_device_service.md index a93c83c55a6..80f5a56b246 100644 --- a/source/_includes/common-tasks/remove_device_service.md +++ b/source/_includes/integrations/remove_device_service.md @@ -2,6 +2,4 @@ 1. Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the integration card. 2. From the list of devices, select the integration instance you want to remove. -3. Next to the entry, select the three-dot menu. Then, select **Delete**. - - ![Screenshot showing how to remove an integration instance](/images/docs/configuration/integration_instance_delete.png) +3. Next to the entry, select the three-dot {% icon "mdi:dots-vertical" %} menu. Then, select **Delete**. diff --git a/source/_integrations/lamarzocco.markdown b/source/_integrations/lamarzocco.markdown index fa4a561da47..ea8e2d7ea3f 100644 --- a/source/_integrations/lamarzocco.markdown +++ b/source/_integrations/lamarzocco.markdown @@ -183,7 +183,7 @@ mode: single This integration follows standard integration removal, no extra steps are required. -{% include common-tasks/remove_device_service.md %} +{% include integrations/remove_device_service.md %} ## Troubleshooting diff --git a/source/common-tasks/general.markdown b/source/common-tasks/general.markdown index 6178d707bae..125a8b12fa2 100644 --- a/source/common-tasks/general.markdown +++ b/source/common-tasks/general.markdown @@ -30,4 +30,6 @@ If you no longer want to use a device or service in Home Assistant, you can remo The following steps describe the general steps needed to remove an integration instance. Depending on the integration, additional steps can be needed, such as resetting the device or to delete credentials. Refer to the integration documentation to see if additional steps are needed. -{% include common-tasks/remove_device_service.md %} +{% include integrations/remove_device_service.md %} + +![Screenshot showing how to remove an integration instance](/images/docs/configuration/integration_instance_delete.png)