Merge pull request #1672 from Giannie/next
Add documentation for device_id parameter
This commit is contained in:
commit
48c58fdfdc
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ device_tracker:
|
||||||
- platform: bluetooth_le_tracker
|
- platform: bluetooth_le_tracker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **device_id** (*Optional*): The device ID for the bluetooth device to be used for tracking. Defaults to `hci0`.
|
||||||
|
|
||||||
As some BT LE devices change their MAC address regularly, a new device is only discovered when it has been seen 5 times.
|
As some BT LE devices change their MAC address regularly, a new device is only discovered when it has been seen 5 times.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue