Add removal section and instructions (#38125)

This commit is contained in:
tdfountain 2025-03-21 23:32:41 -07:00 committed by GitHub
parent d89d432497
commit 1af9985719
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,3 +107,10 @@ Ensure the user you specify has the required permissions to execute the desired
In this example, the user `my_user` has permission to execute all commands (`instcmds = ALL`). In this example, the user `my_user` has permission to execute all commands (`instcmds = ALL`).
Please note that Home Assistant cannot determine whether a user can access a specific action without executing it. If you attempt to perform an action for which the user does not have permission, an exception will be thrown at runtime. Please note that Home Assistant cannot determine whether a user can access a specific action without executing it. If you attempt to perform an action for which the user does not have permission, an exception will be thrown at runtime.
## Remove integration
This integration follows standard integration removal. No extra steps
are required.
{% include integrations/remove_device_service.md %}