mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-11 20:02:12 +01:00
Add docs for ble_presence timeout (#3500)
This commit is contained in:
parent
1de513d903
commit
d358a90aee
@ -38,6 +38,7 @@ The ``ble_presence`` binary sensor platform lets you track the presence of a Blu
|
|||||||
- platform: ble_presence
|
- platform: ble_presence
|
||||||
service_uuid: '11aa'
|
service_uuid: '11aa'
|
||||||
name: "ESP32 BLE Tracker Test Service 16 bit"
|
name: "ESP32 BLE Tracker Test Service 16 bit"
|
||||||
|
timeout: 45s
|
||||||
# Presence based on iBeacon UUID
|
# Presence based on iBeacon UUID
|
||||||
- platform: ble_presence
|
- platform: ble_presence
|
||||||
ibeacon_uuid: '68586f1e-89c2-11eb-8dcd-0242ac130003'
|
ibeacon_uuid: '68586f1e-89c2-11eb-8dcd-0242ac130003'
|
||||||
@ -74,6 +75,8 @@ Configuration variables:
|
|||||||
- **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 present.
|
- **min_rssi** (*Optional*, int): at which minimum RSSI level would the component report the device be present.
|
||||||
|
- **timeout** (*Optional*, :ref:`config-time`): The delay after last detecting the device before publishing not present state.
|
||||||
|
The default is 5 minutes.
|
||||||
- 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