Extend deprecation period for hass.helpers by 6 months (#128038)

pull/128053/head
Jan-Philipp Benecke 2024-10-09 20:16:56 +02:00 committed by GitHub
parent dabc38dbff
commit b56fa7b406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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