Skip to content

Commit

Permalink
Fix 'Vehicle' object has no attribute 'async_set_charger'
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Dec 29, 2023
1 parent b029d47 commit 5dfb380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def async_actions(vin: str, action: str, mode: bool):
case "climater":
await vehicle.async_set_climater(mode)
case "charger":
await vehicle.async_set_charger(mode)
await vehicle.async_set_battery_charger(mode)
case "pre_heating":
await vehicle.async_set_pre_heating(mode)
case "window_heating":
Expand Down

0 comments on commit 5dfb380

Please sign in to comment.