Site updated at 2016-11-05 16:10:14 UTC

This commit is contained in:
Travis CI 2016-11-05 16:10:14 +00:00
parent c5a9b05115
commit 4a22946601
496 changed files with 7661 additions and 7043 deletions

View file

@ -94,6 +94,8 @@
<p>There are also trackers available which use different technologies like <a href="/components/mqtt/">MQTT</a> or <a href="/components/device_tracker.nmap_tracker/">Nmap</a> to scan the network for devices.</p>
<p>An <a href="/getting-started/automation-trigger/#event-trigger">event</a> (<code class="highlighter-rouge">device_tracker_new_device</code>) will be fired when a device is discovered for the first time.</p>
<h1><a class="title-link" name="configuring-a-device_tracker-platform" href="#configuring-a-device_tracker-platform"></a> Configuring a <code class="highlighter-rouge">device_tracker</code> platform</h1>
<p>To get started add the following lines to your <code class="highlighter-rouge">configuration.yaml</code> (example for Netgear):</p>
@ -160,6 +162,7 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">devicename</span><span class="pi">:</span>
<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">icon</span><span class="pi">:</span> <span class="s">mdi:face-profile</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>
@ -186,6 +189,11 @@
<td>None</td>
<td>The MAC address of the device. Add this if you are using a network device tracker like Nmap or SNMP</td>
</tr>
<tr>
<td><code class="highlighter-rouge">icon</code></td>
<td>None</td>
<td>A name of an MDI Icon.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">picture</code></td>
<td>None</td>