diff --git a/source/_components/device_tracker.bluetooth_le_tracker.markdown b/source/_components/device_tracker.bluetooth_le_tracker.markdown index ba2fdb72881..416f1ca28fb 100644 --- a/source/_components/device_tracker.bluetooth_le_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_le_tracker.markdown @@ -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. ```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.