From b8347a51ebe65f3657335f5b3c7aafbe4b9e0e1f Mon Sep 17 00:00:00 2001 From: denpamusic Date: Thu, 2 Jan 2025 02:44:49 +0300 Subject: [PATCH] Rename water heater description. Related to: https://github.com/home-assistant/core/pull/132888 --- custom_components/plum_ecomax/water_heater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/plum_ecomax/water_heater.py b/custom_components/plum_ecomax/water_heater.py index bda36ae..36c4ed4 100644 --- a/custom_components/plum_ecomax/water_heater.py +++ b/custom_components/plum_ecomax/water_heater.py @@ -11,7 +11,7 @@ STATE_ECO, STATE_PERFORMANCE, WaterHeaterEntity, - WaterHeaterEntityEntityDescription, + WaterHeaterEntityDescription, WaterHeaterEntityFeature, ) from homeassistant.const import ( @@ -40,7 +40,7 @@ @dataclass(frozen=True, kw_only=True) class EcomaxWaterHeaterEntityDescription( - EcomaxEntityDescription, WaterHeaterEntityEntityDescription + EcomaxEntityDescription, WaterHeaterEntityDescription ): """Describes an ecoMAX water heater."""