From 917e6c57ddbccbe9ab82a41fcdf3d85955ca9dd6 Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Fri, 16 Dec 2016 21:27:28 -0500 Subject: [PATCH] Update device_tracker.bluetooth_le_tracker.markdown --- source/_components/device_tracker.bluetooth_le_tracker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.bluetooth_le_tracker.markdown b/source/_components/device_tracker.bluetooth_le_tracker.markdown index 22299aedb60..ba2fdb72881 100644 --- a/source/_components/device_tracker.bluetooth_le_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_le_tracker.markdown @@ -17,7 +17,7 @@ This tracker discovers new devices on boot and in regular intervals and tracks b Devices discovered are stored with 'BLE_' as the prefix for device mac addresses in `known_devices.yaml`.

-Requires PyBluez. If you are on Raspbian, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev` +Requires PyBluez. If you are on Raspbian, run the following command to install the needed dependencies. `sudo apt install bluetooth libbluetooth-dev pkg-config libboost-python-dev libboost-thread-dev libglib2.0-dev python-dev`