Site updated at 2017-09-09 08:11:28 UTC
This commit is contained in:
parent
884f293365
commit
f9e31a30cd
827 changed files with 13304 additions and 2121 deletions
|
@ -75,6 +75,9 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. It is not required to pair the devices with each other! Devices discovered are stored with ‘bt_’ as the prefix for device mac addresses in <code class="highlighter-rouge">known_devices.yaml</code>.</p>
|
||||
<p class="note">
|
||||
If you are using <a href="/hassio/">Hass.io</a> you will need to enable the Bluetooth BCM43xx (/addons/bluetooth_bcm43xx/) addon.
|
||||
</p>
|
||||
<p>To use the Bluetooth tracker in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<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>
|
||||
|
@ -141,6 +144,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.gpslogger/'>GPSLogger</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.geofency/'>Geofency</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.huawei_router/'>Huawei Router</a>
|
||||
</li>
|
||||
|
@ -201,6 +207,9 @@
|
|||
<li>
|
||||
<a href='/components/device_tracker.tado/'>Tado</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.tesla/'>Tesla</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_tracker.thomson/'>Thomson</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue