Site updated at 2017-03-13 19:04:36 UTC

This commit is contained in:
Travis CI 2017-03-13 19:04:36 +00:00
parent 25ed16ef44
commit fc8439867f
27 changed files with 152 additions and 49 deletions

View file

@ -105,6 +105,10 @@
<li>Logitech media server (Squeezebox)</li>
<li>DirecTV</li>
<li>Apple TV</li>
<li>Yeelight Sunflower Bulb</li>
<li>Flux Led/MagicLight</li>
<li>Linn / Openhome</li>
<li>Denon Network Receivers</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>
@ -125,6 +129,25 @@
<li><strong>ignore</strong> (<em>Optional</em>): A list of platforms that never will be automatically configured by <code class="highlighter-rouge">discovery</code>.</li>
</ul>
<p>Valid values for ignore are:</p>
<ul>
<li>philips_hue: (Philips Hue)</li>
<li>google_cast: (Google Chromecast)</li>
<li>panasonic_viera: (Panasonic Viera)</li>
<li>plex_mediaserver: (Plex media server)</li>
<li>roku: (Roku media player)</li>
<li>sonos: (Sonos Speakers)</li>
<li>yamaha: (Yamaha media player)</li>
<li>logitech_mediaserver: (Logitech media server - Squeezebox player)</li>
<li>directv: (DirecTV)</li>
<li>denonavr: (Denon Network Receivers)</li>
<li>samsung_tv: (Samsung TV)</li>
<li>yeelight: (Yeelight Sunflower Bulb)</li>
<li>flux_led: (Flux Led/MagicLight)</li>
<li>apple_tv: (Apple TV)</li>
<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.
If running Home Assistant in a Docker container use switch <code class="highlighter-rouge">--net=host</code> to put it on the hosts network.