mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Minor changes
This commit is contained in:
parent
a23d39bbe9
commit
a4b8940a40
@ -14,12 +14,15 @@ ha_iot_class: "Local Poll"
|
|||||||
|
|
||||||
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'>
|
||||||
Requires PyBluez
|
Requires PyBluez
|
||||||
|
</p>
|
||||||
|
|
||||||
|
To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
device_tracker:
|
device_tracker:
|
||||||
platform: bluetooth_tracker
|
platform: bluetooth_tracker
|
||||||
track_new_devices: true
|
|
||||||
interval_seconds: 60
|
|
||||||
consider_home: 180
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For additional configuration variables check the [Device tracker page](/components/device_tracker/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user