From 04cb55c23a3e66959dd986df76907d5136f6044a Mon Sep 17 00:00:00 2001 From: hitmarten Date: Sat, 11 Jan 2025 16:51:37 +0000 Subject: [PATCH] fix typo --- custom_components/remeha_home/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/remeha_home/const.py b/custom_components/remeha_home/const.py index ccc9ba4..2674c84 100644 --- a/custom_components/remeha_home/const.py +++ b/custom_components/remeha_home/const.py @@ -142,7 +142,7 @@ ), SensorEntityDescription( key="consumptionData.energyProductionTotalElectric", - name="Totlal Electric Energy Produced", + name="Total Electric Energy Produced", entity_registry_enabled_default=False, native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR, device_class=SensorDeviceClass.ENERGY,