Add instructions for removing 1-wire integration (#35879)

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
epenet 2024-11-21 20:40:18 +01:00 committed by GitHub
parent b397a59a2d
commit a4d415dd1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,3 +133,9 @@ UPDATE states SET entity_id='sensor.<sensor_name>_humidity' WHERE entity_id LIKE
```
Remember to replace `<sensor_name>` 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 %}