From 3615f56e75c5a076d724f7c171c7d97d7e1d7c4d Mon Sep 17 00:00:00 2001
From: Willems Davy
Date: Fri, 7 Oct 2016 23:27:50 +0200
Subject: [PATCH] Add warning about not working on windows. (#1177)
---
.../_components/device_tracker.bluetooth_le_tracker.markdown | 4 ++++
1 file changed, 4 insertions(+)
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