Site updated at 2016-12-05 08:00:55 UTC

This commit is contained in:
Travis CI 2016-12-05 08:00:55 +00:00
parent 3f28e1d71c
commit 8ddf8e96c4
24 changed files with 49 additions and 38 deletions

View file

@ -151,6 +151,17 @@
</code></pre>
</div>
<p>HASSBIAN users have to give dialout permission to the user homeassistant:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>$ sudo usermod -a -G dialout homeassistant
</code></pre>
</div>
<p>and after that you need to reboot!</p>
<div class="highlighter-rouge"><pre class="highlight"><code>$ sudo reboot
</code></pre>
</div>
</article>