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,