Rewriting of installation guide for Raspberry Pi and cleanup of associated components.

This commit is contained in:
Landrash 2016-09-05 20:42:10 +02:00
parent d5256e8584
commit 76938c36c1
5 changed files with 135 additions and 33 deletions

View file

@ -16,10 +16,6 @@ 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`.
<p class='note'>
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>
To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file:
```yaml