Update esphome/components/wifi/__init__.py

Co-authored-by: J. Nick Koston <nick+github@koston.org>
This commit is contained in:
Keith Burzinski
2025-11-24 18:05:40 -06:00
committed by GitHub
parent a50c744714
commit 90f38566ea

View File

@@ -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,