Site updated at 2017-06-04 03:20:03 UTC

This commit is contained in:
Travis CI 2017-06-04 03:20:03 +00:00
parent c30aec0820
commit 63a8408336
318 changed files with 2842 additions and 178 deletions

View file

@ -125,7 +125,6 @@
<span class="s">name</span><span class="pi">:</span> <span class="s">Friendly Name</span>
<span class="s">mac</span><span class="pi">:</span> <span class="s">EA:AA:55:E7:C6:94</span>
<span class="s">picture</span><span class="pi">:</span> <span class="s">https://home-assistant.io/images/favicon-192x192.png</span>
<span class="s">gravatar</span><span class="pi">:</span> <span class="s">test@example.com</span>
<span class="s">track</span><span class="pi">:</span> <span class="s">yes</span>
<span class="s">hide_if_away</span><span class="pi">:</span> <span class="s">no</span>
</code></pre>
@ -154,6 +153,11 @@
<td>None</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">icon</code></td>
<td>mdi:account</td>
<td>An icon for this device (use as an alternative to <code class="highlighter-rouge">picture</code>).</td>
</tr>
<tr>
<td><code class="highlighter-rouge">gravatar</code></td>
<td>None</td>
@ -161,7 +165,7 @@
</tr>
<tr>
<td><code class="highlighter-rouge">track</code></td>
<td>False</td>
<td>[uses platform setting]</td>
<td>If <code class="highlighter-rouge">yes</code>/<code class="highlighter-rouge">on</code>/<code class="highlighter-rouge">true</code> then the device will be tracked. Otherwise its location and state will not update</td>
</tr>
<tr>