From b56fa7b406a1fc2a97cc2a6bc5e1ad8ee66b8c9e Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Wed, 9 Oct 2024 20:16:56 +0200 Subject: [PATCH] Extend deprecation period for hass.helpers by 6 months (#128038) --- homeassistant/loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/loader.py b/homeassistant/loader.py index dd38271070d..d06e34b89df 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -1586,7 +1586,7 @@ class Helpers: report( ( f"accesses hass.helpers.{helper_name}." - " This is deprecated and will stop working in Home Assistant 2024.11, it" + " This is deprecated and will stop working in Home Assistant 2025.5, it" f" should be updated to import functions used from {helper_name} directly" ), error_if_core=False,