Site updated at 2016-10-29 22:05:01 UTC

This commit is contained in:
Travis CI 2016-10-29 22:05:01 +00:00
parent 97d7dc5115
commit 71f0a5e96b
24 changed files with 37 additions and 38 deletions

View file

@ -189,7 +189,7 @@
<tr>
<td><code class="highlighter-rouge">picture</code></td>
<td>None</td>
<td>A picture that you can use to easily identify the person or device</td>
<td>A picture that you can use to easily identify the person or device. You can also save the image file in a folder “www” in the same location (can be obtained from developer tools) where you have your configuration.yaml file and just use <code class="highlighter-rouge">picture: /local/favicon-192x192.png</code>.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">gravatar</code></td>

View file

@ -99,7 +99,6 @@
<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">webostv</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.0.10</span>
</code></pre>
</div>