diff --git a/homeassistant/loader.py b/homeassistant/loader.py index 6c736bf8c4d..02696d6beb5 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -1277,7 +1277,7 @@ class Components: report( ( f"accesses hass.components.{comp_name}." - " This is deprecated and will stop working in Home Assistant 2024.6, it" + " This is deprecated and will stop working in Home Assistant 2024.9, it" f" should be updated to import functions used from {comp_name} directly" ), error_if_core=False,