Skip to content

Commit

Permalink
Fix preclimatization not turning off
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Aug 4, 2023
1 parent a58016e commit 80a7f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bimmer_connected/vehicle/remote_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ async def trigger_charging_profile_update(
charging_mode
].value

if precondition_climate:
if precondition_climate is not None:
target_charging_profile["isPreconditionForDepartureActive"] = precondition_climate

return await self.trigger_remote_service(
Expand Down

0 comments on commit 80a7f7f

Please sign in to comment.