Skip to content

Commit

Permalink
Merge pull request #202 from stickpin/patch-1
Browse files Browse the repository at this point in the history
Update to comply with Home Assistant 2023.05.x
  • Loading branch information
robinostlund authored May 9, 2023
2 parents 9ea31a2 + d2f066b commit 181fcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions volkswagencarnet/vw_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def create_instruments():
attr="charging_time_left",
name="Charging time left",
icon="mdi:battery-charging-100",
unit="h",
unit="",
),
Sensor(
attr="electric_range",
Expand All @@ -887,7 +887,7 @@ def create_instruments():
attr="charge_max_ampere",
name="Charger max ampere",
icon="mdi:flash",
unit="A",
unit="",
),
Sensor(
attr="climatisation_target_temperature",
Expand Down

0 comments on commit 181fcc9

Please sign in to comment.