mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update device_tracker.bluetooth_tracker.markdown (#608)
This commit is contained in:
parent
eac66b320b
commit
27e2197227
@ -13,7 +13,8 @@ ha_iot_class: "Local Poll"
|
|||||||
ha_release: 0.18
|
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. It is not requiered to pair the devices with eachother!
|
||||||
|
Devices discovered are stored with 'bt_' as the prefix for device mac address 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, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user