Site updated at 2017-09-26 07:14:23 UTC

This commit is contained in:
Travis CI 2017-09-26 07:14:23 +00:00
parent 80847eb95a
commit b723b0750d
415 changed files with 2329 additions and 1581 deletions

View file

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bluetooth Tracker - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions for integrating bluetooth tracking within Home Assistant.">
<meta name="description" content="Instructions for integrating Bluetooth tracking within Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/device_tracker.bluetooth_tracker/">
<meta property="fb:app_id" content="338291289691179">
@ -16,12 +16,12 @@
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/device_tracker.bluetooth_tracker/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions for integrating bluetooth tracking within Home Assistant.">
<meta property="og:description" content="Instructions for integrating Bluetooth tracking within Home Assistant.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Bluetooth Tracker">
<meta name="twitter:description" content="Instructions for integrating bluetooth tracking within Home Assistant.">
<meta name="twitter:description" content="Instructions for integrating Bluetooth tracking within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -76,7 +76,7 @@
<hr class="divider">
<p>This tracker discovers new devices on boot and tracks Bluetooth devices periodically based on <code class="highlighter-rouge">interval_seconds</code> 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">
<a href="/hassio/">Hass.io</a> only supports bluetooth on Raspberry Pi 3 via the Bluetooth BCM43xx (/addons/bluetooth_bcm43xx/) addon. <a href="/hassio/">Hass.io</a> doesnt support external Bluetooth dongles.
<a href="/hassio/">Hass.io</a> only supports Bluetooth on Raspberry Pi 3 via the Bluetooth BCM43xx (/addons/bluetooth_bcm43xx/) addon. <a href="/hassio/">Hass.io</a> doesnt support external Bluetooth dongles.
</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>