Site updated at 2017-11-10 19:16:58 UTC

This commit is contained in:
Travis CI 2017-11-10 19:16:59 +00:00
parent 273c0efb01
commit 669755e51c
27 changed files with 69 additions and 67 deletions

View file

@ -84,7 +84,7 @@ If you are using <a href="/hassio/">Hass.io</a> then just move forward to the co
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">device_tracker</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">nmap_tracker</span>
<span class="s">hosts</span><span class="pi">:</span> <span class="s">192.168.1.1/24</span>
<span class="s">hosts</span><span class="pi">:</span> <span class="s">192.168.1.0/24</span>
</code></pre>
</div>
<p>Configuration variables:</p>
@ -99,7 +99,7 @@ If you are using <a href="/hassio/">Hass.io</a> then just move forward to the co
<span class="c1"># One whole subnet, and skipping two specific IPs.</span>
<span class="s">device_tracker</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">nmap_tracker</span>
<span class="s">hosts</span><span class="pi">:</span> <span class="s">192.168.1.1/24</span>
<span class="s">hosts</span><span class="pi">:</span> <span class="s">192.168.1.0/24</span>
<span class="s">home_interval</span><span class="pi">:</span> <span class="s">10</span>
<span class="s">exclude</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">192.168.1.12</span>
@ -111,7 +111,7 @@ If you are using <a href="/hassio/">Hass.io</a> then just move forward to the co
<span class="s">device_tracker</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">nmap_tracker</span>
<span class="s">hosts</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">192.168.1.1/24</span>
<span class="pi">-</span> <span class="s">192.168.1.0/24</span>
<span class="pi">-</span> <span class="s">10.0.0.2</span>
<span class="pi">-</span> <span class="s">10.0.0.15</span>
</code></pre>

View file

@ -158,6 +158,8 @@
<ul>
<li>When running on Raspberry Pi, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter.</li>
<li>Entries under <code class="highlighter-rouge">monitored_conditions</code> only control what entities are available under home-assistant, it does not disable the condition from running.</li>
<li>If ran frequently, this component has the capability of using a very large amount of data. Frequent updates should be avoided on bandwidth capped connections.</li>
<li>While running, network usage is fully utilized. This may have a negative affect on other devices in use the network such as gaming consoles or streaming boxes.</li>
</ul>
</article>
</div>