Site updated at 2017-02-23 10:14:06 UTC

This commit is contained in:
Travis CI 2017-02-23 10:14:06 +00:00
parent f402a25638
commit ac0a1f4c4f
932 changed files with 1599 additions and 29010 deletions

View file

@ -56,7 +56,7 @@
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="/components/">Components</a></li>
<li><a href="/ecosystem/">Ecosystem</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/cookbook/">Examples</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/blog/">Blog</a></li>
@ -90,8 +90,14 @@
<hr class="divider">
<p>Please see the <a href="/getting-started/z-wave/">getting started section</a> for in-depth documentation on how to use the Z-Wave component.</p>
<p>The <a href="http://www.z-wave.com/">Z-Wave</a> integration for Home Assistant allows you to observe and control connected Z-Wave devices. Please see the <a href="/docs/z-wave/">Z-Wave getting started section</a> for in-depth documentation on how to use and setup the Z-Wave component.</p>
<p>If you have setup the requirements, then add the following entry <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">zwave</span><span class="pi">:</span>
</code></pre>
</div>
</article>