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 %}