Site updated at 2017-01-06 08:30:04 UTC

This commit is contained in:
Travis CI 2017-01-06 08:30:04 +00:00
parent fd66668bfa
commit 9f03ee8a7a
24 changed files with 72 additions and 37 deletions

View file

@ -125,7 +125,7 @@ BT LE tracking requires root privileges.
<p>If you have installed Home Assistant with <a href="/getting-started/installation-raspberry-pi-all-in-one/">AIO</a>, you need to do the following command, this will grant access to Home Assistant to run the required command.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo setcap cap_net_raw,cap_net_admin+eip /srv/hass/hass_venv/bin/python3
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo setcap cap_net_raw,cap_net_admin+eip /srv/homeassistant/homeassistant_venv/bin/python3
</code></pre>
</div>