From 318fbd73305fed924eee377a6d7204cc4bb95c8a Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:29:04 +0100 Subject: [PATCH] Update 2024-12-13-water-heater-entity-description.md (#2500) --- blog/2024-12-13-water-heater-entity-description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2024-12-13-water-heater-entity-description.md b/blog/2024-12-13-water-heater-entity-description.md index fb054294..aa26c9f0 100644 --- a/blog/2024-12-13-water-heater-entity-description.md +++ b/blog/2024-12-13-water-heater-entity-description.md @@ -5,7 +5,7 @@ authorTwitter: lboue title: "Changed name of WaterHeaterEntityDescription" --- -A naming error of the entity description was found in the Water Heater integration, and we have now renamed `WaterHeaterEntityEntityDescription` to `WaterHeaterEntityDescription`. -As there were no Core integrations and no custom integrations published on HACS using the entity description, we did not add a deprecation period. The changed entity description will be released in the 2025.1 release. +A naming error of the entity description was found in the Water Heater integration, and we have now renamed `WaterHeaterEntityEntityDescription` to `WaterHeaterEntityDescription` in the 2025.1 release. +The old `WaterHeaterEntityEntityDescription` is deprecated, due for removal in 2026.1, and developpers are advised to use the new `WaterHeaterEntityDescription` instead. See details in the core PR: [#132888](https://github.com/home-assistant/core/pull/132888).