From d46b0c4abbfbc08b5e77eed13d6028f4299770df Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jan 2026 16:37:09 -1000 Subject: [PATCH] tweak --- esphome/components/wifi/wifi_component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/wifi/wifi_component.cpp b/esphome/components/wifi/wifi_component.cpp index 9644a78fb7..afdaa0b6e8 100644 --- a/esphome/components/wifi/wifi_component.cpp +++ b/esphome/components/wifi/wifi_component.cpp @@ -161,7 +161,7 @@ static const char *const TAG = "wifi"; /// │ ↓ │ /// │ ┌─────────────────────────────────────────────────────────────┐ │ /// │ │ SCANNING │ │ -/// │ │ (check_roaming_ starts scan, attempts++) │ │ +/// │ │ (attempts++ in check_roaming_ before entering this state) │ │ /// │ └─────────────────────────┬───────────────────────────────────┘ │ /// │ │ │ /// │ ┌──────────────┼──────────────┐ │