Document cache_services option for bluetooth proxies (#2528)

https://github.com/esphome/esphome-docs/pull/2520
This commit is contained in:
H. Árkosi Róbert 2022-12-14 17:11:02 +01:00 committed by GitHub
parent c2c7363d13
commit 20a6e1ff58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.