Change `hass.components` removal version in log to 2024.9 (#111903)

pull/112516/head
Jan-Philipp Benecke 2024-03-01 03:05:33 +01:00 committed by Paulus Schoutsen
parent 3896afbb69
commit 8ddec745ed
1 changed files with 1 additions and 1 deletions

View File

@ -1277,7 +1277,7 @@ class Components:
report(
(
f"accesses hass.components.{comp_name}."
" This is deprecated and will stop working in Home Assistant 2024.6, it"
" This is deprecated and will stop working in Home Assistant 2024.9, it"
f" should be updated to import functions used from {comp_name} directly"
),
error_if_core=False,