mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add documentation for device_id parameter
This commit is contained in:
parent
2d6a719e17
commit
aba311fdda
@ -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…
x
Reference in New Issue
Block a user