From 68ad5e457afb40ee704cbc726d563bf57b6b68fc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 2 Jan 2026 23:22:10 -1000 Subject: [PATCH] fix stale comment --- esphome/components/wifi/wifi_component.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/wifi/wifi_component.h b/esphome/components/wifi/wifi_component.h index c6015fc9eb..38ee962225 100644 --- a/esphome/components/wifi/wifi_component.h +++ b/esphome/components/wifi/wifi_component.h @@ -662,7 +662,7 @@ class WiFiComponent : public Component { bool skip_cooldown_next_cycle_{false}; bool post_connect_roaming_{true}; // Enabled by default bool roaming_scan_active_{false}; - bool roaming_connect_active_{false}; // True during roaming connection attempt (skip priority decrease on fail) + bool roaming_connect_active_{false}; // True during roaming connection attempt (preserves roaming_attempts_) #if defined(USE_ESP32) && defined(USE_WIFI_RUNTIME_POWER_SAVE) WiFiPowerSaveMode configured_power_save_{WIFI_POWER_SAVE_NONE}; bool is_high_performance_mode_{false};