From 6ed0330463daea68a9d0362ca5bf0bff5a386909 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:17:47 +1300 Subject: [PATCH] Active connection config for bluetooth_proxy (#2345) --- components/bluetooth_proxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bluetooth_proxy.rst b/components/bluetooth_proxy.rst index 7eab63a75..3e5bb8b44 100644 --- a/components/bluetooth_proxy.rst +++ b/components/bluetooth_proxy.rst @@ -34,7 +34,7 @@ Configuration: bluetooth_proxy: -No configuration variables. +- **active** (*Optional*, boolean): Enables proxying active connections. Defaults to ``false``. Requires Home Assistant 2022.10 or later. See Also --------