mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-03 00:36:50 +00:00

If you are on Raspbian, pybluez won't install unless you first install bluetooth and libbluetooth-dev packages with apt
976 B
976 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Bluetooth Tracker | Instructions how to integrate bluetooth tracking within Home Assistant. | 2016-04-10 17:24 | true | false | true | true | bluetooth.png | Presence Detection | Local Poll | 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
.
Requires PyBluez. If you are on raspbian, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev`
To use the Bluetooth tracker in your installation, add the following to your configuration.yaml
file:
device_tracker:
platform: bluetooth_tracker
For additional configuration variables check the Device tracker page.