Add blog post about extension of deprecation period of hass.helpers (#2359)

This commit is contained in:
Jan-Philipp Benecke 2024-10-09 20:17:24 +02:00 committed by GitHub
parent 639bb9d448
commit 570a91bcd2
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 hass.helpers"
---
On March 30, 2024, we [announced the deprecation](/blog/2024/03/30/deprecate-hass-helpers/) of the `hass.helpers` attribute for the Home Assistant 2024.11 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.5, `hass.helpers` will be removed.
We encourage all developers of custom integrations to update their code to avoid any issues prior to the Home Assistant 2025.5 release.