From 8744fd995511abf2511c2a9e58e881aec6b0a309 Mon Sep 17 00:00:00 2001 From: moskovskiy82 Date: Fri, 6 Jan 2017 11:19:41 +0300 Subject: [PATCH] Update device_tracker.bluetooth_le_tracker.markdown (#1691) AIO has different directory structure --- source/_components/device_tracker.bluetooth_le_tracker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.bluetooth_le_tracker.markdown b/source/_components/device_tracker.bluetooth_le_tracker.markdown index a17beab97bb..cb5f53f4047 100644 --- a/source/_components/device_tracker.bluetooth_le_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_le_tracker.markdown @@ -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.