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:
Frederik Bolding 2018-03-31 23:23:26 +02:00 committed by Fabian Affolter
parent 9caa6eb53f
commit f324111349

View File

@ -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/).