mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Added info on how to install dependencies for bluetooth_tracker (#10962)
This commit is contained in:
parent
62109431fe
commit
daae90bd09
@ -10,6 +10,12 @@ 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`.
|
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`.
|
||||||
|
|
||||||
|
This platform requires pybluez to be installed. On Debian based installs, run
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install bluetooth libbluetooth-dev
|
||||||
|
```
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user