Update device_tracker.bluetooth_le_tracker.markdown
This commit is contained in:
parent
3e43437695
commit
917e6c57dd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ This tracker discovers new devices on boot and in regular intervals and tracks b
|
||||||
Devices discovered are stored with 'BLE_' as the prefix for device mac addresses in `known_devices.yaml`.
|
Devices discovered are stored with 'BLE_' as the prefix for device mac addresses in `known_devices.yaml`.
|
||||||
|
|
||||||
<p class='note'>
|
<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`
|
Requires PyBluez. If you are on Raspbian, run the following command to install the needed dependencies. `sudo apt install bluetooth libbluetooth-dev pkg-config libboost-python-dev libboost-thread-dev libglib2.0-dev python-dev`
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue