diff --git a/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp b/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp index a66b4187a9..0d9b6d38ae 100644 --- a/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp +++ b/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp @@ -557,7 +557,6 @@ void BluetoothProxy::unsubscribe_api_connection(api::APIConnection *api_connecti ESP_LOGV(TAG, "API connection is not subscribed"); return; } - this->api_connection_ = nullptr; this->raw_advertisements_ = false; this->parent_->recalculate_advertisement_parser_types();