From 3eccdecae16d31572c7544446643ed6f699ab9b5 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 21 Nov 2024 20:33:59 +0100 Subject: [PATCH] IQS - Update removal instructions for integrations (#2465) --- .../rules/docs-removal-instructions.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/core/integration-quality-scale/rules/docs-removal-instructions.md b/docs/core/integration-quality-scale/rules/docs-removal-instructions.md index b3c1c0a7..a1371336 100644 --- a/docs/core/integration-quality-scale/rules/docs-removal-instructions.md +++ b/docs/core/integration-quality-scale/rules/docs-removal-instructions.md @@ -10,7 +10,12 @@ The documentation should provide clear instructions on how to remove the device ## Example implementation ```markdown showLineNumbers -To remove the integration, go to {% my integrations title="**Settings** > **Devices & services**" %} and select the integration card. Then, select the three dots {% icon "mdi:dots-vertical" %} menu and select **Delete**. +## Remove integration + +This integration can be removed by following these steps: + +{% include integrations/remove_device_service.md %} + After deleting the integration, go to the app of the manufacturer and remove the Home Assistant integration from there as well. ```