Site updated at 2016-12-21 06:07:03 UTC

This commit is contained in:
Travis CI 2016-12-21 06:07:03 +00:00
parent 12634cb1b5
commit 771b95adca
23 changed files with 37 additions and 36 deletions

View file

@ -154,6 +154,7 @@ Notice in the example below that in order to refer to the group “Living Room
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry that shows two groups, referred to in a view group (tab)</span>
<span class="s">Living Room</span><span class="pi">:</span>
<span class="s">control</span><span class="pi">:</span> <span class="s">hidden</span>
<span class="s">entities</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">light.light_family_1</span>
<span class="pi">-</span> <span class="s">binary_sensor.motion_living</span>