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> switch component lets you control your switches connected to an <a href="http://www.insteon.com/insteon-hub/">Insteon Hub</a> with Home Assistant.</p>
|
||||
<p>To integrate add a switch, 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 switches 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">switch</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 switches working with Home Assistant, follow the instructions for the general <a href="/components/insteon_local/">Insteon local component</a>. The switches will be automatically disovered and added to Home Assistant. The device names will be the Insteon address of the switch.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -275,7 +261,7 @@
|
|||
<a href='/components/switch.skybell/'>Skybell Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tplink/'>TPLink Switch</a>
|
||||
<a href='/components/switch.tplink/'>TP-Link Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tellstick/'>TellStick Switch</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue