From f43c783fcdf4cd385106840c565c00121c0f3c0c Mon Sep 17 00:00:00 2001
From: Fabian Affolter
-Requires gattlib, which is not compatible with windows. This tracker won't work on windows! +Requires gattlib, which is not compatible with Windows. This tracker won't work on Windows!
To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file: @@ -44,14 +44,12 @@ $ sudo apt-get install libcap2-bin $ sudo setcap 'cap_net_raw,cap_net_admin+eip' `readlink -f \`which python3\`` ``` +If you have installed Home Assistant with [AIO](/getting-started/installation-raspberry-pi-all-in-one/), you need to do the following command, this will grant access to Home Assistant to run the required command. -*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/).