Site updated at 2017-02-26 05:19:32 UTC

This commit is contained in:
Travis CI 2017-02-26 05:19:32 +00:00
parent 87b3c263a3
commit 87afdb6f05
26 changed files with 50 additions and 47 deletions

View file

@ -148,7 +148,7 @@
<p>To activate them in your config, create empty files <code class="highlighter-rouge">groups.yaml</code> and <code class="highlighter-rouge">zwave_device_config.yaml</code> in your config dir and add the following entries to your config:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">groups</span><span class="pi">:</span> <span class="kt">!include</span> <span class="s">groups.yaml</span>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">group</span><span class="pi">:</span> <span class="kt">!include</span> <span class="s">groups.yaml</span>
<span class="s">zwave</span><span class="pi">:</span>
<span class="s">device_config</span><span class="pi">:</span> <span class="kt">!include</span> <span class="s">zwave_device_config.yaml</span>