Site updated at 2017-04-22 08:18:58 UTC

This commit is contained in:
Travis CI 2017-04-22 08:18:58 +00:00
parent ccb445b786
commit 8bfdad789d
554 changed files with 9309 additions and 1417 deletions

View file

@ -84,6 +84,7 @@
<li>Flux Led/MagicLight</li>
<li>Linn / Openhome</li>
<li>Denon Network Receivers</li>
<li>Bose Soundtouch speakers</li>
</ul>
<p>It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.</p>
<p>To load this component, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
@ -117,7 +118,7 @@
<li>openhome: (Linn / Openhome)</li>
</ul>
<p class="note">
Home Assistant must be on the same network as the devices for uPnP discovery to work.
Home Assistant must be on the same network as the devices for uPnP discovery to work.
If running Home Assistant in a Docker container use switch <code class="highlighter-rouge">--net=host</code> to put it on the hosts network.
</p>
<p>If you are developing a new platform, please read <a href="/developers/add_new_platform/#discovery">how to make your platform discoverable</a>.</p>