Refactor integration removal include (#35816)

This commit is contained in:
Josef Zweck 2024-11-19 08:53:39 +01:00 committed by GitHub
parent 442f486c7a
commit 87c49d01d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -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 ### To remove an integration instance from Home Assistant
1. Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the integration card. 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. 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**. 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)

View File

@ -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/define_custom_polling.md %}
{% include common-tasks/remove_device_service.md %} ## 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 %}