added extra config to use with AIO (#1433)
added the needed grant to be run as a non admin with AIO
This commit is contained in:
parent
b68d5b713f
commit
8e95942763
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,14 @@ $ sudo apt-get install libcap2-bin
|
|||
$ sudo setcap 'cap_net_raw,cap_net_admin+eip' `readlink -f \`which python3\``
|
||||
```
|
||||
|
||||
|
||||
*If you have installed HA with AIO, you need to do the following command, this will grant acess to hass to run the required command*
|
||||
```bash
|
||||
$ sudo setcap cap_net_raw,cap_net_admin+eip /srv/hass/hass_venv/bin/python3
|
||||
```
|
||||
|
||||
|
||||
|
||||
A restart of Home Assistant is required.
|
||||
|
||||
For additional configuration variables check the [Device tracker page](/components/device_tracker/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue