Skip to content

Commit

Permalink
Removed 2nd adblue sensor definition
Browse files Browse the repository at this point in the history
  • Loading branch information
t0bias-r committed Mar 4, 2024
1 parent a5004c5 commit ab3266e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/audiconnect/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit ab3266e

Please sign in to comment.