Extend deprecation period for hass.components by 6 months (#125659)

pull/124934/head^2
Erik Montnemery 2024-09-10 20:38:45 +02:00 committed by GitHub
parent 2b3a6e5361
commit 15e5851383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1557,7 +1557,7 @@ class Components:
report( report(
( (
f"accesses hass.components.{comp_name}." 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" f" should be updated to import functions used from {comp_name} directly"
), ),
error_if_core=False, error_if_core=False,