Site updated at 2017-12-13 09:44:20 UTC

This commit is contained in:
Travis CI 2017-12-13 09:44:23 +00:00
parent 1e4e939c46
commit ed2e410927
27 changed files with 80 additions and 65 deletions

View file

@ -201,7 +201,7 @@ The device type is <code class="highlighter-rouge">c</code> (character special)
<h3><a class="title-link" name="hassio" href="#hassio"></a> Hass.io</h3>
<p>To enable Z-Wave, plug your Z-Wave USB stick into your Raspberry Pi 3 and add the following to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">zwave</span><span class="pi">:</span>
<span class="s">usb_path</span><span class="pi">:</span> <span class="s">/dev/ttyACM0</span>
<span class="s">usb_path</span><span class="pi">:</span> <span class="s">/dev/ttyAMA0</span>
</code></pre>
</div>
<p>For some devices the <code class="highlighter-rouge">/dev/ttyAMA0</code> device is not detected by udev and is therefore not mapped by Docker. To explicitly set this device for mapping to Home-Assistant, execute the following command using the ssh add-on:</p>