Added request_rssi configuration variable to docs (#4684)
* Added request_rssi configuration variable to docs * Used configuration tags * Removed extra configuration variable header
This commit is contained in:
parent
9caa6eb53f
commit
f324111349
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,14 @@ device_tracker:
|
|||
- platform: bluetooth_tracker
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
request_rssi:
|
||||
description: Performs a request for the "Received signal strength indication" (RSSI) of each tracked device
|
||||
required: false
|
||||
type: boolean
|
||||
default: False
|
||||
{% 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`.
|
||||
|
||||
For additional configuration variables check the [Device tracker page](/components/device_tracker/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue