Skip to content

Commit

Permalink
Add device_id to device_tracker.bluetooth configuration (home-assista…
Browse files Browse the repository at this point in the history
…nt#7560)

* Add device_id to device_tracker.bluetooth configuration

* Minor changes

* Remove tailing whitespace
  • Loading branch information
imotov authored and fabaff committed Dec 25, 2018
1 parent 3f5dc28 commit 38245cf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/_components/device_tracker.bluetooth_tracker.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 38245cf

Please sign in to comment.