Site updated at 2016-02-13 06:01:20 UTC
This commit is contained in:
parent
fe18659e98
commit
130a8fdafd
213 changed files with 7960 additions and 179 deletions
|
@ -125,6 +125,22 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<p>Alternately, wemos that are not discoverable can be statically configured. If you have WeMo devices on subnets other than where Home Assistant is running, and/or devices in a remote location reachable over a VPN, you will need to manually configure them. This is also useful if you wish to disable discovery for some wemos, even if they are local. Example static configuration:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="key">switch</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">wemo</span></span>
|
||||
<span class="key">static</span>:
|
||||
- <span class="string"><span class="content">192.168.1.23</span></span>
|
||||
- <span class="string"><span class="content">192.168.52.172</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Any WeMo devices that are not statically configured but reachable via discovery will still be added automatically.</p>
|
||||
|
||||
<p>Note that if you use this, you may want to configure your router (or whatever runs your DHCP server) to force your WeMo devices to use a static IP address. Check the DHCP section of your router configuration for this ability.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -178,12 +194,18 @@
|
|||
<li>
|
||||
<a href='/components/switch.rpi_gpio/'>Raspberry PI GPIO Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.scsgate/'>SCSGate switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tellstick/'>TellStick Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tellduslive/'>Telldus Live Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.template/'>Template switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.transmission/'>Transmission Switch</a>
|
||||
</li>
|
||||
|
@ -202,6 +224,9 @@
|
|||
<li>
|
||||
<a href='/components/switch.arest/'>aREST Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.mfi/'>mFi Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.mystrom/'>myStrom Switch</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue