From 3f763b24c55ec740f71bd569349f5ba00f74d499 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 17 Nov 2025 23:45:32 -0600 Subject: [PATCH] no delay --- esphome/components/wifi/wifi_component.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/esphome/components/wifi/wifi_component.h b/esphome/components/wifi/wifi_component.h index c014fc63430..270404dff5b 100644 --- a/esphome/components/wifi/wifi_component.h +++ b/esphome/components/wifi/wifi_component.h @@ -292,9 +292,6 @@ class WiFiComponent : public Component { void save_wifi_sta(const std::string &ssid, const std::string &password); - /// Trigger connection attempt soon (exits cooldown if needed, otherwise no-op if already connecting/connected) - void connect_soon(); - // ========== INTERNAL METHODS ========== // (In most use cases you won't need these) /// Setup WiFi interface.