mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
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
@ -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…
x
Reference in New Issue
Block a user