From 1f03cf55dc2f2cb41b82c6b0d7bf1d7e86a16286 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 4 Oct 2024 15:51:45 +0200 Subject: [PATCH] Update README.md Mention that at least on mikrotik 7.16 you need also reboot permissions in order for the health attributes to be shown. Unclear if this is a bug or not. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e759779..b0892ba 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Use integration master branch instead of latest release to keep up with RouterOS 1. Create user for homeassistant on your mikrotik router with following permissions: * read, write, api, reboot, policy, test * lower permissions are supported, but it will limit functionality (read and api permissions are mandatory). - * system health sensors won't be available without write permissions. this limitation is on mikrotik side. + * system health sensors won't be available without write & reboot permissions. this limitation is on mikrotik side. 2. If you want to be able to execute scripts on your mikrotik router from HA, script needs to have only following policies: * read, write or check "Don't Require Permissions" option