From 8e95942763ab7137e6b4d08c68c8b2916667d10d Mon Sep 17 00:00:00 2001 From: godloth Date: Sun, 13 Nov 2016 10:19:16 -0500 Subject: [PATCH] added extra config to use with AIO (#1433) added the needed grant to be run as a non admin with AIO --- .../device_tracker.bluetooth_le_tracker.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/device_tracker.bluetooth_le_tracker.markdown b/source/_components/device_tracker.bluetooth_le_tracker.markdown index 3d7d31e0f9..59bdf04433 100644 --- a/source/_components/device_tracker.bluetooth_le_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_le_tracker.markdown @@ -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/).