From a4d415dd1c0bd23b46b8057834f369383b740262 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:40:18 +0100 Subject: [PATCH] Add instructions for removing 1-wire integration (#35879) Co-authored-by: Klaas Schoute --- source/_integrations/onewire.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/onewire.markdown b/source/_integrations/onewire.markdown index 7cb27095306..59a94e19b87 100644 --- a/source/_integrations/onewire.markdown +++ b/source/_integrations/onewire.markdown @@ -133,3 +133,9 @@ UPDATE states SET entity_id='sensor._humidity' WHERE entity_id LIKE ``` Remember to replace `` with the actual name of the sensor, as seen in the `SELECT` query. + +## Remove integration + +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %}