Site updated at 2017-01-17 19:54:07 UTC

This commit is contained in:
Travis CI 2017-01-17 19:54:08 +00:00
parent f3be47bb85
commit ce6194083c
24 changed files with 41 additions and 38 deletions

View file

@ -177,6 +177,9 @@ Instead of <code class="highlighter-rouge">make install</code>, you can alternat
<p>Or, on some other systems (such as Raspberry Pi), use:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>ls /dev/ttyACM<span class="k">*</span>
<span class="c"># If `hass` runs with another user (e.g. *homeassistant* on Hassbian) give access to the stick with:</span>
<span class="gp">$ </span>sudo usermod -a -G dialout homeassistant
</code></pre>
</div>