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) │ │ /// │ └─────────────────────────┬───────────────────────────────────┘ │ /// │ │ │ /// │ ┌──────────────┼──────────────┐ │