mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Update device_tracker.mikrotik.markdown (#8960)
Fix typo in policy name
This commit is contained in:
parent
0811d345f9
commit
06ea348fc0
@ -96,7 +96,7 @@ If everything is working fine you can disable the pure `api` service 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 only:
|
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 only:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/user group add name=homeassistant policy=read,api,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!test,!winbox,!password,!web,!sniff,!sensitive on,!dude,!tikapp
|
/user group add name=homeassistant policy=read,api,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!test,!winbox,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp
|
||||||
/user add group=homeassistant name=homeassistant
|
/user add group=homeassistant name=homeassistant
|
||||||
/user set password="YOUR_PASSWORD" homeassistant
|
/user set password="YOUR_PASSWORD" homeassistant
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user