Update device_tracker.bluetooth_tracker.markdown (#455)

If you are on Raspbian, pybluez won't install unless you first install bluetooth and libbluetooth-dev packages with apt
This commit is contained in:
Jonatan Castro 2016-05-09 21:25:02 +02:00 committed by Fabian Affolter
parent ccd3af3876
commit b8a178f524

View File

@ -16,7 +16,7 @@ ha_release: 0.18
This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. Devices discovered are stored with 'bt_' as the prefix for device mac in `known_devices.yaml`. This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. Devices discovered are stored with 'bt_' as the prefix for device mac in `known_devices.yaml`.
<p class='note'> <p class='note'>
Requires PyBluez 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>
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: