Merge pull request #1672 from Giannie/next

Add documentation for device_id parameter
This commit is contained in:
Daniel Høyer Iversen 2017-01-09 13:12:26 +01:00 committed by GitHub
commit 48c58fdfdc

View File

@ -32,6 +32,10 @@ device_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.
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.