From 9d1506c9e08e4aa481e82272920a7703e59e746d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 10 Aug 2026 17:16:14 -0500 Subject: [PATCH] Fix the remaining stale pool attribution in the rp2 schema docstring --- esphome/components/bluetooth_proxy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/bluetooth_proxy/__init__.py b/esphome/components/bluetooth_proxy/__init__.py index 8050442791..cc7aed6be2 100644 --- a/esphome/components/bluetooth_proxy/__init__.py +++ b/esphome/components/bluetooth_proxy/__init__.py @@ -152,8 +152,8 @@ def _validate_no_active(config: ConfigType) -> ConfigType: def _rp2_config_schema() -> cv.All: """Full proxy on the rp2 BLE hub: active connections through the BTstack GATT client backend in bluetooth_connection. Multi-slot builds replace the - prebuilt library's one-client BTstack pools via linker --wrap (emitted by - bluetooth_connection's backend registration).""" + prebuilt library's one-client BTstack pools via linker --wrap, owned by + rp2040_ble and requested when a second backend registers.""" connection_schema = bluetooth_connection.hub_connection_schema(PLATFORM_RP2) def populate_connections(config: ConfigType) -> ConfigType: