Add blog post about extension of deprecation period of @bind_hass and hass.components (#2308)

* Add blog post about extension of deprecation period of @bind_hass and hass.components

* Process review comment and rename to today's date

* Adjust formatting and language

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Jan-Philipp Benecke 2024-09-11 11:22:41 +02:00 committed by GitHub
parent 4aa7da6fa7
commit 8937500ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,13 @@
---
author: Jan-Philipp Benecke
authorURL: https://github.com/jpbede
authorImageURL: https://avatars.githubusercontent.com/u/3989428?s=96&v=4
title: "Extend deprecation period of @bind_hass and hass.components"
---
On February 27, 2024, we [announced the deprecation](/blog/2024/02/27/deprecate-bind-hass-and-hass-components/) of the `@bind_hass` decorator and the `hass.components` attribute for the Home Assistant 2024.9 release.
Due to the large number of custom integrations that still use them and the recent HACS v2 update, we have decided to extend the deprecation period for another six months.
This means that starting with Home Assistant 2025.3, the `@bind_hass` decorator and `hass.components` will be removed.
We encourage all developers of custom integrations to update their code to avoid any issues prior to the Home Assistant 2025.3 release.