Site updated at 2016-03-30 22:32:14 UTC

This commit is contained in:
Travis CI 2016-03-30 22:32:14 +00:00
parent 4e93f71843
commit f011b25ce7
13 changed files with 179 additions and 168 deletions

View file

@ -125,6 +125,17 @@
</div>
</div>
<p>You can also specify hosts to connect to if they cannot be found with auto-discovery.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">media_player</span>:
<span class="key">platform</span>: <span class="string"><span class="content">sonos</span></span>
<span class="key">hosts</span>: <span class="string"><span class="content">IP</span></span>
</pre></div>
</div>
</div>
</article>