From 3a52b754c0e4c4ca4a314edd27df0ec2704dfb38 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 1 Aug 2025 10:30:02 -1000 Subject: [PATCH] preen --- esphome/components/bluetooth_proxy/bluetooth_proxy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp b/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp index 3a9ed69677..a9a68e25c5 100644 --- a/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp +++ b/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp @@ -267,7 +267,6 @@ void BluetoothProxy::bluetooth_device_request(const api::BluetoothDeviceRequest if (connection->state() != espbt::ClientState::IDLE) { connection->disconnect(); } else { - // Manual disconnect for idle connection connection->set_address(0); this->send_device_connection(msg.address, false); this->send_connections_free();