mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
ccd3af3876
commit
b8a178f524
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user