From ab3266e88178f94509ee3f6c0a5ea289a4b29d6f Mon Sep 17 00:00:00 2001 From: t0bias-r Date: Mon, 4 Mar 2024 09:12:29 +0100 Subject: [PATCH] Removed 2nd adblue sensor definition --- custom_components/audiconnect/dashboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/audiconnect/dashboard.py b/custom_components/audiconnect/dashboard.py index dd4fa0e5..3b307f44 100644 --- a/custom_components/audiconnect/dashboard.py +++ b/custom_components/audiconnect/dashboard.py @@ -386,7 +386,6 @@ def create_instruments(): Lock(), Preheater(), Sensor(attr="model", name="Model", icon="mdi:car-info", unit=None), - Sensor(attr="service_adblue_distance", name="AdBlue Range", icon="mdi:gas-station", unit="km"), Sensor(attr="mileage", name="Mileage", icon="mdi:speedometer", unit="km"), Sensor(attr="service_adblue_distance", name="AdBlue range", icon="mdi:gas-station", unit="km"), Sensor(attr="range", name="Range", icon="mdi:gas-station", unit="km"),