From ba4b498108d97ac38e601c15f7f4de4cb60d0f1b Mon Sep 17 00:00:00 2001 From: Maghiel Dijksman Date: Tue, 26 Nov 2024 20:07:23 +0100 Subject: [PATCH] Update mikrotik.markdown - clarification about setting user password (#35993) Co-authored-by: Franck Nijhof --- source/_integrations/mikrotik.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/mikrotik.markdown b/source/_integrations/mikrotik.markdown index 680a1856b2b..fbdeeecdfec 100644 --- a/source/_integrations/mikrotik.markdown +++ b/source/_integrations/mikrotik.markdown @@ -69,3 +69,9 @@ To use this device tracker, you only need limited privileges. To enhance the sec group add name=homeassistant policy=read,api,test add group=homeassistant name=homeassistant ``` + +You will be prompted to set a password for the newly created user. Depending on your RouterOS version and configuration, you might need to set a password yourself: + +```bash +/user set [find username=homeassistant] password=PASSWORD +```