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:
godloth 2016-11-13 10:19:16 -05:00 committed by Fabian Affolter
parent b68d5b713f
commit 8e95942763

View File

@ -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/).