Site updated at 2016-12-19 18:17:32 UTC

This commit is contained in:
Travis CI 2016-12-19 18:17:32 +00:00
parent f9eb39ccca
commit 89de180358
23 changed files with 38 additions and 38 deletions

View file

@ -99,14 +99,14 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">media_player</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">itunes</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">http://192.168.1.50</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.50</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Required</em>): The URL of the itunes-api API, eg. http://192.168.1.50</li>
<li><strong>host</strong> (<em>Required</em>): The IP of the itunes-api API, eg. 192.168.1.50</li>
<li><strong>port</strong> (<em>Optional</em>): The port where itunes-api is accessible, eg. 8181.</li>
</ul>