From 53a3a5ddeab5963e8613b5ed140533c7b51841bc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 18 Nov 2025 10:08:53 -0600 Subject: [PATCH] fixes --- esphome/components/wifi/wifi_component.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/components/wifi/wifi_component.cpp b/esphome/components/wifi/wifi_component.cpp index f8a3728288d..45ad331c37a 100644 --- a/esphome/components/wifi/wifi_component.cpp +++ b/esphome/components/wifi/wifi_component.cpp @@ -896,8 +896,6 @@ void WiFiComponent::start_scanning() { ESP_LOGD(TAG, "Starting scan"); this->wifi_scan_start_(this->passive_scan_); this->state_ = WIFI_COMPONENT_STATE_STA_SCANNING; - // Clear the force scan flag after starting the scan - this->force_scan_after_provision_ = false; } /// Comparator for WiFi scan result sorting - determines which network should be tried first