mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Extend deprecation period for hass.helpers by 6 months (#128038)
This commit is contained in:
parent
dabc38dbff
commit
b56fa7b406
@ -1586,7 +1586,7 @@ class Helpers:
|
|||||||
report(
|
report(
|
||||||
(
|
(
|
||||||
f"accesses hass.helpers.{helper_name}."
|
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"
|
f" should be updated to import functions used from {helper_name} directly"
|
||||||
),
|
),
|
||||||
error_if_core=False,
|
error_if_core=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user