Skip to content

Commit

Permalink
Extend deprecation period for hass.components by 6 months (#125659)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Sep 10, 2024
1 parent 2b3a6e5 commit 15e5851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ def __getattr__(self, comp_name: str) -> ModuleWrapper:
report(
(
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"
),
error_if_core=False,
Expand Down

0 comments on commit 15e5851

Please sign in to comment.