Site updated at 2016-09-29 04:44:35 UTC
This commit is contained in:
parent
ddacba981c
commit
709c211c8f
482 changed files with 11714 additions and 1562 deletions
|
@ -98,7 +98,7 @@
|
|||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">light</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">x10</span>
|
||||
<span class="s">lights</span><span class="pi">:</span>
|
||||
<span class="s">devices</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s">Living Room Lamp</span>
|
||||
<span class="s">id</span><span class="pi">:</span> <span class="s">a2</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s">Bedroom Lamp</span>
|
||||
|
@ -109,7 +109,7 @@
|
|||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>id</strong> (<em>Required</em>): Device identifier. Composed of house code + unit id.</li>
|
||||
<li><strong>id</strong> (<em>Required</em>): Device identifier. Composed of house code und unit id.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): A friendly name for the device. By default <em>id</em> from the device is used.</li>
|
||||
</ul>
|
||||
|
||||
|
@ -160,6 +160,9 @@
|
|||
<li>
|
||||
<a href='/components/light.hyperion/'>Hyperion</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.isy994/'>ISY994 Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.insteon_hub/'>Insteon Hub Light</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue