mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
add new min_rssi property info (#2800)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
63d072f272
commit
8b59e6a4e7
@ -22,6 +22,7 @@ Bluetooth Low Energy device.
|
|||||||
- platform: ble_presence
|
- platform: ble_presence
|
||||||
mac_address: AC:37:43:77:5F:4C
|
mac_address: AC:37:43:77:5F:4C
|
||||||
name: "ESP32 BLE Tracker Google Home Mini"
|
name: "ESP32 BLE Tracker Google Home Mini"
|
||||||
|
min_rssi: -80dB
|
||||||
# Presence based on BLE Service UUID
|
# Presence based on BLE Service UUID
|
||||||
- platform: ble_presence
|
- platform: ble_presence
|
||||||
service_uuid: '11aa'
|
service_uuid: '11aa'
|
||||||
@ -58,6 +59,7 @@ Configuration variables:
|
|||||||
to be tracked. Usually used to identify beacons within an iBeacon group.
|
to be tracked. Usually used to identify beacons within an iBeacon group.
|
||||||
- **id** (*Optional*, :ref:`config-id`): Manually specify
|
- **id** (*Optional*, :ref:`config-id`): Manually specify
|
||||||
the ID used for code generation.
|
the ID used for code generation.
|
||||||
|
- **min_rssi** (*Optional*, int): at which minimum RSSI level would the component report the device be precent
|
||||||
- All other options from :ref:`Binary Sensor <config-binary_sensor>`.
|
- All other options from :ref:`Binary Sensor <config-binary_sensor>`.
|
||||||
|
|
||||||
.. _esp32_ble_tracker-setting_up_devices:
|
.. _esp32_ble_tracker-setting_up_devices:
|
||||||
|
Loading…
Reference in New Issue
Block a user