Site updated at 2015-12-10 17:03:31 UTC

This commit is contained in:
Paulus Schoutsen 2015-12-10 09:03:31 -08:00
parent e7f9c2e655
commit ef8ec62114
29 changed files with 60 additions and 32 deletions

View file

@ -116,6 +116,7 @@
<p>There is no further configuration needed for tracking Owntracks devices.</p>
<p>Owntracks can also be used with other device trackers, such as <a href="/components/device_tracker.nmap_scanner/">Nmap</a> or <a href="/components/device_tracker.netgear/">Netgear</a>. To do this, fill in the <code>mac</code> field to the Owntracks entry in <code>known_devices.yaml</code> with the MAC address of the device you want to track. This way the state of the device will be determined by the source that reported last.</p>
</article>

View file

@ -102,7 +102,7 @@
<p>Home Assistant can get information from your wireless router to track which devices are connected. Please check the sidebar for a list of brands of supported wireless routers.</p>
<p>There are also trackers available which uses different technologies like <a href="/components/mqtt/">MQTT</a> or <a href="/components/device_tracker.nmap_scanner/">nmap</a> to scan the network for devices</p>
<p>There are also trackers available which uses different technologies like <a href="/components/mqtt/">MQTT</a> or <a href="/components/device_tracker.nmap_scanner/">Nmap</a> to scan the network for devices.</p>
<p>To get started add the following lines to your <code>configuration.yaml</code> (example for Netgear):</p>
@ -129,6 +129,8 @@
<p>Once tracking, a file will be created in your config dir called <code>known_devices.yaml</code>. Edit this file to adjust which devices have to be tracked. Here you can also setup a url for each device to be used as the entity picture and set whether the device will be show in the UI when in away state.</p>
<p>Multiple device trackers can be used in parallel, such as <a href="/components/device_tracker.owntracks/">Owntracks</a> and <a href="/components/device_tracker.nmap_scanner/">Nmap</a>. The state of the device will be determined by the source that reported last.</p>
</article>

View file

@ -143,7 +143,7 @@
<li><strong>name</strong> (<em>Optional</em>): The name of the variable you wish to monitor.</li>
<li><strong>unit_of_measurement</strong> (<em>Optional</em>): Defines the unit of measurement of the sensor, if any.</li>
<li><strong>correction_factor</strong> (<em>Optional</em>): A float value to do some basic calculations.</li>
<li><strong>decimal_places</strong> (<em>Optional</em>): Number of decimal places of the value. Default is 0.</li>
<li><strong>decimal_places</strong> (<em>Optional</em>): Number of decimal places of the value.</li>
</ul>
</li>
</ul>

View file

@ -124,7 +124,7 @@
<li><strong>name</strong> (<em>Optional</em>): Name of the command sensor.</li>
<li><strong>unit_of_measurement</strong> (<em>Optional</em>): Defines the unit of measurement of the sensor, if any.</li>
<li><strong>correction_factor</strong> (<em>Optional</em>): A float value to do some basic calculations.</li>
<li><strong>decimal_places</strong> (<em>Optional</em>): Number of decimal places of the value. Default is 0.</li>
<li><strong>decimal_places</strong> (<em>Optional</em>): Number of decimal places of the value.</li>
</ul>
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>

View file

@ -147,7 +147,7 @@
<li><strong>name</strong> (<em>Optional</em>): Name of the REST sensor.</li>
<li><strong>unit_of_measurement</strong> (<em>Optional</em>): Defines the unit of measurement of the sensor, if any.</li>
<li><strong>correction_factor</strong> (<em>Optional</em>): A float value to do some basic calculations.</li>
<li><strong>decimal_places</strong> (<em>Optional</em>): Number of decimal places of the value. Default is 0.</li>
<li><strong>decimal_places</strong> (<em>Optional</em>): Number of decimal places of the value.</li>
</ul>
<p class="note warning">