From 87c49d01d3e29038217ea4447bb96f33c7e51081 Mon Sep 17 00:00:00 2001 From: Josef Zweck <24647999+zweckj@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:53:39 +0100 Subject: [PATCH] Refactor integration removal include (#35816) --- source/_includes/common-tasks/remove_device_service.md | 8 +------- source/common-tasks/general.markdown | 8 +++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/_includes/common-tasks/remove_device_service.md b/source/_includes/common-tasks/remove_device_service.md index 886175a11c5b..a93c83c55a67 100644 --- a/source/_includes/common-tasks/remove_device_service.md +++ b/source/_includes/common-tasks/remove_device_service.md @@ -1,13 +1,7 @@ -## Removing an integration instance - -If you no longer want to use a device or service in Home Assistant, you can remove the integration instance including the device or service with all its entities. - -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. - ### To remove an integration instance from Home Assistant 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/organizing/integration_instance_delete.png) + ![Screenshot showing how to remove an integration instance](/images/docs/configuration/integration_instance_delete.png) diff --git a/source/common-tasks/general.markdown b/source/common-tasks/general.markdown index f6479020755b..6178d707baed 100644 --- a/source/common-tasks/general.markdown +++ b/source/common-tasks/general.markdown @@ -24,4 +24,10 @@ Creating an automation for polling gives you more flexibility on when to poll: {% include common-tasks/define_custom_polling.md %} -{% include common-tasks/remove_device_service.md %} \ No newline at end of file +## Removing an integration instance + +If you no longer want to use a device or service in Home Assistant, you can remove the integration instance including the device or service with all its entities. + +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 %}