From 412a6305bc63131292e32c7f717f88b72a725284 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 2 Apr 2017 17:51:46 -0700 Subject: [PATCH] Update device_tracker.bluetooth_le_tracker.markdown --- .../device_tracker.bluetooth_le_tracker.markdown | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/source/_components/device_tracker.bluetooth_le_tracker.markdown b/source/_components/device_tracker.bluetooth_le_tracker.markdown index dc407b3dd2d..ccd8bbddaf3 100644 --- a/source/_components/device_tracker.bluetooth_le_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_le_tracker.markdown @@ -13,16 +13,24 @@ ha_iot_class: "Local Poll" ha_release: 0.27 --- -This tracker discovers new devices on boot and in regular intervals and tracks bluetooth low-energy devices periodically based on interval_seconds value. It is not required to pair the devices with each other! +

+We have received numerous reports that this integration will have a big impact on the performance of the server. +

+ +This tracker discovers new devices on boot and in regular intervals and tracks bluetooth low-energy devices periodically based on interval_seconds value. It is not required to pair the devices with each other. Devices discovered are stored with 'BLE_' as the prefix for device mac addresses in `known_devices.yaml`. -This platform requires pybluez to be installed. On Debian based installs, run `sudo apt install bluetooth libbluetooth-dev pkg-config libboost-python-dev libboost-thread-dev libglib2.0-dev python-dev` +This platform requires pybluez to be installed. On Debian based installs, run + +```bash +$ sudo apt install bluetooth libbluetooth-dev pkg-config libboost-python-dev libboost-thread-dev libglib2.0-dev python-dev +``` Before you get started with this platform, please note that: + - This platform is incompatible with Windows - This platform requires root privileges - - Don't use on a Raspberry Pi. It will become unusable slow when using this platform. To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file: