mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Extend deprecation period for hass.components by 6 months (#125659)
This commit is contained in:
@@ -1557,7 +1557,7 @@ class Components:
|
||||
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,
|
||||
|
Reference in New Issue
Block a user