From 9f4f41b0ef5f9a3b58e4a225b7e808b32fc16120 Mon Sep 17 00:00:00 2001 From: figorr <77553975+figorr@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:16:35 +0200 Subject: [PATCH] Update sensor.py Added sensor names translation. --- custom_components/ecowater_softener/sensor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/ecowater_softener/sensor.py b/custom_components/ecowater_softener/sensor.py index 00f52a4..6ad1963 100644 --- a/custom_components/ecowater_softener/sensor.py +++ b/custom_components/ecowater_softener/sensor.py @@ -38,8 +38,7 @@ RECHARGE_ENABLED, RECHARGE_STATUS, ROCK_REMOVED, - ROCK_REMOVED_DAILY_AVERAGE, - LAST_UPDATE + ROCK_REMOVED_DAILY_AVERAGE ) from .coordinator import EcowaterDataCoordinator