From b8a178f5245f7eb9634cf35a98f863f6b3426434 Mon Sep 17 00:00:00 2001 From: Jonatan Castro Date: Mon, 9 May 2016 21:25:02 +0200 Subject: [PATCH] Update device_tracker.bluetooth_tracker.markdown (#455) If you are on Raspbian, pybluez won't install unless you first install bluetooth and libbluetooth-dev packages with apt --- source/_components/device_tracker.bluetooth_tracker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.bluetooth_tracker.markdown b/source/_components/device_tracker.bluetooth_tracker.markdown index f164bdaa3b9..c2b972c6812 100644 --- a/source/_components/device_tracker.bluetooth_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_tracker.markdown @@ -16,7 +16,7 @@ ha_release: 0.18 This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. Devices discovered are stored with 'bt_' as the prefix for device mac in `known_devices.yaml`.

-Requires PyBluez +Requires PyBluez. If you are on raspbian, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev`

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