From d358a90aee9ee4b3d3901bcabd09461e108b5fa5 Mon Sep 17 00:00:00 2001 From: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:39:04 +1100 Subject: [PATCH] Add docs for ble_presence timeout (#3500) --- components/binary_sensor/ble_presence.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/binary_sensor/ble_presence.rst b/components/binary_sensor/ble_presence.rst index b147a8d7a..b9fdd1f00 100644 --- a/components/binary_sensor/ble_presence.rst +++ b/components/binary_sensor/ble_presence.rst @@ -38,6 +38,7 @@ The ``ble_presence`` binary sensor platform lets you track the presence of a Blu - platform: ble_presence service_uuid: '11aa' name: "ESP32 BLE Tracker Test Service 16 bit" + timeout: 45s # Presence based on iBeacon UUID - platform: ble_presence ibeacon_uuid: '68586f1e-89c2-11eb-8dcd-0242ac130003' @@ -74,6 +75,8 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - **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 `. .. _esp32_ble_tracker-setting_up_devices: