diff --git a/homeassistant/loader.py b/homeassistant/loader.py index 90b88ba21093e0..f248a942be906d 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -1557,7 +1557,7 @@ def __getattr__(self, comp_name: str) -> ModuleWrapper: report( ( f"accesses hass.components.{comp_name}." - " This is deprecated and will stop working in Home Assistant 2024.9, it" + " This is deprecated and will stop working in Home Assistant 2025.3, it" f" should be updated to import functions used from {comp_name} directly" ), error_if_core=False,