From a5200c54c5899a359df79ad73b938b50d0471c0c Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:18:51 -0500 Subject: [PATCH] Drop redundant bluetooth_proxy active: true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bluetooth_proxy component now enables active connections by default, and Home Assistant manages active-vs-passive dynamically - it opens an active connection only when an integration needs one, staying passive otherwise. So the explicit active: true is redundant with the current default. Dropping it leaves the bare bluetooth_proxy: line with identical behavior/compiled output. Ref: https://esphome.io/components/bluetooth_proxy/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- Integrations/ESPHome/Core.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 717f854..5b5cfc1 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -52,7 +52,6 @@ esp32_ble_tracker: continuous: true bluetooth_proxy: - active: true captive_portal: