Update device_tracker.bluetooth_le_tracker.markdown (#1691)

AIO has different directory structure
This commit is contained in:
moskovskiy82 2017-01-06 11:19:41 +03:00 committed by Fabian Affolter
parent cb3cb5fecc
commit 86c3e7e147

View File

@ -49,7 +49,7 @@ $ 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 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.
```bash ```bash
$ sudo setcap cap_net_raw,cap_net_admin+eip /srv/hass/hass_venv/bin/python3 $ sudo setcap cap_net_raw,cap_net_admin+eip /srv/homeassistant/homeassistant_venv/bin/python3
``` ```
A restart of Home Assistant is required. A restart of Home Assistant is required.