From 021592b24bd61b7a081f42cba04da8cd6a2af911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Fri, 13 Dec 2024 17:46:48 +0100 Subject: [PATCH] Blog about changed name of `WaterHeaterEntityDescription` (#2494) * Create 2024-12-13-waterheaterentitydescription.md * Update and rename 2024-12-13-waterheaterentitydescription.md to 2024-12-13-water-heater-entity-description.md * Refers to core PR * Update blog/2024-12-13-water-heater-entity-description.md Co-authored-by: Martin Hjelmare * Update blog/2024-12-13-water-heater-entity-description.md Co-authored-by: Martin Hjelmare * Update blog/2024-12-13-water-heater-entity-description.md Co-authored-by: Martin Hjelmare * Adjust language --------- Co-authored-by: Martin Hjelmare --- blog/2024-12-13-water-heater-entity-description.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 blog/2024-12-13-water-heater-entity-description.md diff --git a/blog/2024-12-13-water-heater-entity-description.md b/blog/2024-12-13-water-heater-entity-description.md new file mode 100644 index 00000000..fb054294 --- /dev/null +++ b/blog/2024-12-13-water-heater-entity-description.md @@ -0,0 +1,11 @@ +--- +author: L Boué +authorURL: https://github.com/lboue +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. + +See details in the core PR: [#132888](https://github.com/home-assistant/core/pull/132888).