From 20a6e1ff5834feb3e300fc0be928b3ee7273cfa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C3=81rkosi=20R=C3=B3bert?= Date: Wed, 14 Dec 2022 17:11:02 +0100 Subject: [PATCH] Document cache_services option for bluetooth proxies (#2528) https://github.com/esphome/esphome-docs/pull/2520 --- components/bluetooth_proxy.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bluetooth_proxy.rst b/components/bluetooth_proxy.rst index 5db10d5cd..e9d8831b3 100644 --- a/components/bluetooth_proxy.rst +++ b/components/bluetooth_proxy.rst @@ -33,6 +33,7 @@ Configuration: bluetooth_proxy: - **active** (*Optional*, boolean): Enables proxying active connections. Defaults to ``false``. Requires Home Assistant 2022.10 or later. +- **cache_services** (*Optional*, boolean): Enables caching services in NVS flash storage which significantly speeds up active connections. Defaults to ``true`` when using the ESP-IDF framework. The Bluetooth proxy depends on :doc:`esp32_ble_tracker` so make sure to add that to your configuration.