From 4935fbf6578b0c625e2cbcc13109a5aa4de7696f Mon Sep 17 00:00:00 2001 From: sonar98 Date: Mon, 21 Oct 2024 17:46:50 +0200 Subject: [PATCH] Fix typo in Mileage sensor The translation for the Mileage sensor was not working due to a typo. --- custom_components/myskoda/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/myskoda/sensor.py b/custom_components/myskoda/sensor.py index 4237995..ca950af 100644 --- a/custom_components/myskoda/sensor.py +++ b/custom_components/myskoda/sensor.py @@ -206,7 +206,7 @@ class Mileage(MySkodaSensor): native_unit_of_measurement=UnitOfLength.KILOMETERS, icon="mdi:counter", device_class=SensorDeviceClass.DISTANCE, - translation_key="milage", + translation_key="mileage", ) @property