diff --git a/source/_components/device_tracker.bluetooth_le_tracker.markdown b/source/_components/device_tracker.bluetooth_le_tracker.markdown index bf32000dc5e..3d7d31e0f91 100644 --- a/source/_components/device_tracker.bluetooth_le_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_le_tracker.markdown @@ -20,6 +20,10 @@ Devices discovered are stored with 'BLE_' as the prefix for device mac addresses 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 gattlib, which is not compatible with windows. This tracker won't work on windows! +
+ To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file: ```yaml