From daae90bd095d970ef796431d0c9b21312d8b2ea3 Mon Sep 17 00:00:00 2001 From: Balazs Keresztury Date: Wed, 23 Oct 2019 20:58:11 +0200 Subject: [PATCH] Added info on how to install dependencies for bluetooth_tracker (#10962) --- source/_integrations/bluetooth_tracker.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/bluetooth_tracker.markdown b/source/_integrations/bluetooth_tracker.markdown index 030d2431252..a520b9b9d77 100644 --- a/source/_integrations/bluetooth_tracker.markdown +++ b/source/_integrations/bluetooth_tracker.markdown @@ -10,6 +10,12 @@ 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`. +This platform requires pybluez to be installed. On Debian based installs, run + +```bash +sudo apt install bluetooth libbluetooth-dev +``` + To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file: ```yaml