Skip to content

Commit 86c3e7e

Browse files
moskovskiy82fabaff
authored andcommitted
Update device_tracker.bluetooth_le_tracker.markdown (home-assistant#1691)
AIO has different directory structure
1 parent cb3cb5f commit 86c3e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/device_tracker.bluetooth_le_tracker.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ sudo setcap 'cap_net_raw,cap_net_admin+eip' `readlink -f \`which python3\``
4949
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.
5050

5151
```bash
52-
$ sudo setcap cap_net_raw,cap_net_admin+eip /srv/hass/hass_venv/bin/python3
52+
$ sudo setcap cap_net_raw,cap_net_admin+eip /srv/homeassistant/homeassistant_venv/bin/python3
5353
```
5454

5555
A restart of Home Assistant is required.

0 commit comments

Comments
 (0)