From 90f38566ea5c3bfbdf738ce09b8644dc83f21357 Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Mon, 24 Nov 2025 18:05:40 -0600 Subject: [PATCH] Update esphome/components/wifi/__init__.py Co-authored-by: J. Nick Koston --- esphome/components/wifi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/wifi/__init__.py b/esphome/components/wifi/__init__.py index 16db3a990b..31d9ca0f70 100644 --- a/esphome/components/wifi/__init__.py +++ b/esphome/components/wifi/__init__.py @@ -634,7 +634,7 @@ def enable_runtime_power_save_control(): CORE.data[RUNTIME_POWER_SAVE_KEY] = True -def request_wifi_callbacks(): +def request_wifi_callbacks() -> None: """Request that WiFi callbacks be compiled in. Components that need to be notified about WiFi state changes (IP address changes,