You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/device_tracker.bluetooth_tracker.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ ha_iot_class: "Local Polling"
13
13
ha_release: 0.18
14
14
---
15
15
16
-
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 `known_devices.yaml`.
16
+
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 `known_devices.yaml`.
17
17
18
18
<pclass='note'>
19
-
If you are using [Hass.io](/hassio/)you will need to enable the Bluetooth BCM43xx (/addons/bluetooth_bcm43xx/) addon.
19
+
[Hass.io](/hassio/)only supports bluetooth on Raspberry Pi 3 via the Bluetooth BCM43xx (/addons/bluetooth_bcm43xx/) addon. [Hass.io](/hassio/) doesn't support external Bluetooth dongles.
20
20
</p>
21
21
22
22
To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file:
@@ -27,6 +27,6 @@ device_tracker:
27
27
- platform: bluetooth_tracker
28
28
```
29
29
30
-
In some cases it can be that your device is not discovered. In that case let your phone scan for BT devices while you restart Home Assistant. Just hit `Scan` on your phone all the time until Home Assistant is fully restarted and the device should appear in `known_devices.yaml`.
30
+
In some cases it can be that your device is not discovered. In that case let your phone scan for Bluetooth devices while you restart Home Assistant. Just hit `Scan` on your phone all the time until Home Assistant is fully restarted and the device should appear in `known_devices.yaml`.
31
31
32
32
For additional configuration variables check the [Device tracker page](/components/device_tracker/).
0 commit comments