diff --git a/homeassistant/components/zimi/sensor.py b/homeassistant/components/zimi/sensor.py index 4d854fe251a..296c5884303 100644 --- a/homeassistant/components/zimi/sensor.py +++ b/homeassistant/components/zimi/sensor.py @@ -40,7 +40,6 @@ GARAGE_SENSOR_DESCRIPTIONS: tuple[ZimiSensorEntityDescription, ...] = ( ), ZimiSensorEntityDescription( key="garage_battery", - translation_key="garage_battery", native_unit_of_measurement=PERCENTAGE, entity_category=EntityCategory.DIAGNOSTIC, device_class=SensorDeviceClass.BATTERY, diff --git a/homeassistant/components/zimi/strings.json b/homeassistant/components/zimi/strings.json index 197abcfa9fe..bb1edd9f937 100644 --- a/homeassistant/components/zimi/strings.json +++ b/homeassistant/components/zimi/strings.json @@ -48,14 +48,11 @@ "door_temperature": { "name": "Outside temperature" }, - "garage_battery": { - "name": "Battery Level" - }, "garage_temperature": { - "name": "Garage temperature" + "name": "Temperature" }, "garage_humidty": { - "name": "Garage humidity" + "name": "Humidity" } } }