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 821835914d
commit 8744fd9955
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -53,7 +53,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.
```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.