Skip to content

Commit e4a1572

Browse files
cgtobifabaff
authored andcommitted
Update bluetooth_le_tracker.markdown (home-assistant#4217)
Add missing configuration options, such as `scan_duration`.
1 parent 79a8a15 commit e4a1572

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_components/device_tracker.bluetooth_le_tracker.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ device_tracker:
4343
Configuration variables:
4444
4545
- **device_id** (*Optional*): The device ID for the Bluetooth device to be used for tracking. Defaults to `hci0`.
46+
- **track_new_devices** (*Optional*): If new discovered devices are tracked by default. Defaults to `True`.
47+
- **scan_duration** (*Optional*): How long should the scanner be looking for BLE devices. Defaults to `10` seconds.
48+
- **interval_seconds** (*Optional*): Seconds between each scan for new devices. Defaults to `12` seconds.
4649

4750
As some BT LE devices change their MAC address regularly, a new device is only discovered when it has been seen 5 times.
4851
Some BTLE devices (e.g. fitness trackers) are only visible to the devices that they are paired with. In this case, the BTLE tracker won't see this device.

0 commit comments

Comments
 (0)