Add warning about not working on windows. (#1177)

This commit is contained in:
Willems Davy 2016-10-07 23:27:50 +02:00 committed by Fabian Affolter
parent 928b035ea6
commit 3615f56e75

View File

@ -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 PyBluez. If you are on Raspbian, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev`
</p> </p>
<p class='note warning'>
Requires gattlib, which is not compatible with windows. This tracker won't work on windows!
</p>
To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file: To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml