Site updated at 2018-01-15 11:59:29 UTC
This commit is contained in:
parent
bd22e4b200
commit
bf18f14fe7
772 changed files with 16363 additions and 3384 deletions
|
@ -75,21 +75,7 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">insteon_local</code> light component lets you control your lights connected to an <a href="http://www.insteon.com/insteon-hub/">Insteon Hub</a> with Home Assistant.</p>
|
||||
<p>To integrate add a light, configure your hub Insteon(local) with Home Assistant, add the following section to your <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 platform entry</span>
|
||||
<span class="s">insteon_local</span><span class="pi">:</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">YOUR HUB IP</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR HUB USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR HUB PASSWORD</span>
|
||||
<span class="s">timeout</span><span class="pi">:</span> <span class="s">10</span>
|
||||
<span class="s">port</span><span class="pi">:</span> <span class="s">25105</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>To add lights (dimmers) to your set-up, add the platform to your light configuration:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><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">insteon_local</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>To get your insteon lights working with Home Assistant, follow the instructions for the general <a href="/components/insteon_local/">Insteon local component</a>. The lights will be automatically disovered and added to Home Assistant. The device names will be the Insteon address of the lights.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -151,6 +137,9 @@
|
|||
<li>
|
||||
<a href='/components/light.flux_led/'>Flux Led/MagicLight</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.greenwave/'>Greenwave Reality (TCP Connected) Lights</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.hive/'>Hive Light</a>
|
||||
</li>
|
||||
|
@ -245,7 +234,7 @@
|
|||
<a href='/components/light.skybell/'>Skybell Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tplink/'>TPLink Bulb</a>
|
||||
<a href='/components/light.tplink/'>TP-Link Bulb</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.tellstick/'>TellStick Light</a>
|
||||
|
@ -292,6 +281,12 @@
|
|||
<li>
|
||||
<a href='/components/light.zigbee/'>ZigBee Light</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.deconz/'>deCONZ lights</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.iglo/'>iGlo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/light.mystrom/'>myStrom WiFi Bulb</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue