From 8669747c321ca706f9329f67ca9c30ae441e612b Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Mon, 30 Sep 2024 22:32:19 +0200 Subject: [PATCH 1/2] Update mikrotik.markdown The "need restricted privileges only" suggested to me that this integration needed access to functions that are restricted. Instead this section tries to limit the access it gets, which is very good. Hopefully this clarifies it a bit. --- source/_integrations/mikrotik.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/mikrotik.markdown b/source/_integrations/mikrotik.markdown index d19daebe3376..e72b93ae187e 100644 --- a/source/_integrations/mikrotik.markdown +++ b/source/_integrations/mikrotik.markdown @@ -62,7 +62,7 @@ If everything is working fine you can disable the pure `api` service in RouterOS ## The user privileges in RouterOS -To use this device tracker you need restricted privileges only. To enhance the security of your MikroTik device create a "read only" user who is able to connect to API and perform ping test only: +To use this device tracker you only need limted privileges. To enhance the security of your MikroTik device create a "read only" user who is able to connect to API and perform ping test only: ```bash /user group add name=homeassistant policy=read,api,test,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!winbox,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp From fd4d9f6409fc287fe97b0985e9fb6aab01e91a97 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Mon, 30 Sep 2024 22:48:36 +0200 Subject: [PATCH 2/2] Update source/_integrations/mikrotik.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/mikrotik.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/mikrotik.markdown b/source/_integrations/mikrotik.markdown index e72b93ae187e..8717382e1de7 100644 --- a/source/_integrations/mikrotik.markdown +++ b/source/_integrations/mikrotik.markdown @@ -62,7 +62,7 @@ If everything is working fine you can disable the pure `api` service in RouterOS ## The user privileges in RouterOS -To use this device tracker you only need limted privileges. To enhance the security of your MikroTik device create a "read only" user who is able to connect to API and perform ping test only: +To use this device tracker, you only need limited privileges. To enhance the security of your MikroTik device, create a "read only" user who can connect to API and perform ping test only: ```bash /user group add name=homeassistant policy=read,api,test,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!winbox,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp