mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
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
@ -27,6 +27,14 @@ device_tracker:
|
|||||||
- platform: bluetooth_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`.
|
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/).
|
For additional configuration variables check the [Device tracker page](/components/device_tracker/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user