Skip to content

Commit ecef7df

Browse files
Update integration removal snippet (home-assistant#35880)
* Move include to integrations folder and change content * Update include path on current pages
1 parent 7ce05f7 commit ecef7df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/_includes/common-tasks/remove_device_service.md renamed to source/_includes/integrations/remove_device_service.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
1. Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the integration card.
44
2. From the list of devices, select the integration instance you want to remove.
5-
3. Next to the entry, select the three-dot menu. Then, select **Delete**.
6-
7-
![Screenshot showing how to remove an integration instance](/images/docs/configuration/integration_instance_delete.png)
5+
3. Next to the entry, select the three-dot {% icon "mdi:dots-vertical" %} menu. Then, select **Delete**.

source/_integrations/lamarzocco.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ mode: single
183183
184184
This integration follows standard integration removal, no extra steps are required.
185185
186-
{% include common-tasks/remove_device_service.md %}
186+
{% include integrations/remove_device_service.md %}
187187
188188
## Troubleshooting
189189

source/common-tasks/general.markdown

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ If you no longer want to use a device or service in Home Assistant, you can remo
3030

3131
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.
3232

33-
{% include common-tasks/remove_device_service.md %}
33+
{% include integrations/remove_device_service.md %}
34+
35+
![Screenshot showing how to remove an integration instance](/images/docs/configuration/integration_instance_delete.png)

0 commit comments

Comments
 (0)