Add device_id to device_tracker.bluetooth configuration (#7560)

* Add device_id to device_tracker.bluetooth configuration

* Minor changes

* Remove tailing whitespace
This commit is contained in:
Igor Motov 2018-12-25 13:09:57 -05:00 committed by Fabian Affolter
parent 3f5dc28865
commit 38245cf94e

View File

@ -25,10 +25,15 @@ device_tracker:
{% configuration %}
request_rssi:
description: Performs a request for the "Received signal strength indication" (RSSI) of each tracked device
description: Performs a request for the "Received signal strength indication" (RSSI) of each tracked device.
required: false
type: boolean
default: False
default: false
device_id:
description: The ID of the bluetooth adapter to be used by the tracker, e.g., use `0` for `hci0`, `1` for `hci1`, and so on.
required: false
type: integer
default: "`-1` (The first available bluetooth adapter)"
{% endconfiguration %}
In some cases it can be that your device is not discovered. In that case let your phone scan for Bluetooth devices while you restart Home Assistant. Just hit `Scan` on your phone all the time until Home Assistant is fully restarted and the device should appear in `known_devices.yaml`.