Update integration removal snippet (#35880)

* Move include to integrations folder and change content

* Update include path on current pages
This commit is contained in:
Klaas Schoute 2024-11-21 12:49:30 +01:00 committed by GitHub
parent 7ce05f70d5
commit ecef7df699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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**.

View File

@ -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

View File

@ -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)