developers.home-assistant/blog/2024-09-11-extending-deprecation-hass-components.md
Jan-Philipp Benecke 8937500ddd
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>
2024-09-11 11:22:41 +02:00

861 B

author authorURL authorImageURL title
Jan-Philipp Benecke https://github.com/jpbede https://avatars.githubusercontent.com/u/3989428?s=96&v=4 Extend deprecation period of @bind_hass and hass.components

On February 27, 2024, we announced the deprecation 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.