Skip to content

Commit 8e95942

Browse files
godlothfabaff
authored andcommitted
added extra config to use with AIO (home-assistant#1433)
added the needed grant to be run as a non admin with AIO
1 parent b68d5b7 commit 8e95942

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/_components/device_tracker.bluetooth_le_tracker.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ $ sudo apt-get install libcap2-bin
4444
$ sudo setcap 'cap_net_raw,cap_net_admin+eip' `readlink -f \`which python3\``
4545
```
4646

47+
48+
*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*
49+
```bash
50+
$ sudo setcap cap_net_raw,cap_net_admin+eip /srv/hass/hass_venv/bin/python3
51+
```
52+
53+
54+
4755
A restart of Home Assistant is required.
4856

4957
For additional configuration variables check the [Device tracker page](/components/device_tracker/).

0 commit comments

Comments
 (0)