From 8141d0311344cd188992bcd45c5f7dffafeb417a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 29 Jul 2018 18:34:41 +0200 Subject: [PATCH] :fire: Removes bluetooth add-on reference Removes bluetooth add-on requirement/reference, since that is no longer valid for HassOS --- source/_components/device_tracker.bluetooth_tracker.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_components/device_tracker.bluetooth_tracker.markdown b/source/_components/device_tracker.bluetooth_tracker.markdown index 45bd09eae3d..fd79f3c3f04 100644 --- a/source/_components/device_tracker.bluetooth_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_tracker.markdown @@ -15,10 +15,6 @@ ha_release: 0.18 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`. -

-[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. -

- To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file: ```yaml