From 1af998571986e9c51f409e820c8999ab21958e47 Mon Sep 17 00:00:00 2001 From: tdfountain <174762217+tdfountain@users.noreply.github.com> Date: Fri, 21 Mar 2025 23:32:41 -0700 Subject: [PATCH] Add removal section and instructions (#38125) --- source/_integrations/nut.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/nut.markdown b/source/_integrations/nut.markdown index 3b8db3c2717..e71285af85a 100644 --- a/source/_integrations/nut.markdown +++ b/source/_integrations/nut.markdown @@ -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`). 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 %}