mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-19 10:57:14 +00:00
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:
parent
4aa7da6fa7
commit
8937500ddd
13
blog/2024-09-11-extending-deprecation-hass-components.md
Normal file
13
blog/2024-09-11-extending-deprecation-hass-components.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user