Skip to content

Commit

Permalink
fix: Urgent fix support_position & support_climater (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolbi authored Apr 19, 2024
1 parent 5055bc3 commit 6d7cae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/audi_connect_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ async def update_vehicle_climater(self):
cre.status,
redacted_vin,
)
self.support_position = False
self.support_climater = False
elif cre.status != 204:
_LOGGER.debug(
"ClientResponseError with status %s while updating climater for VIN: %s. Error: %s",
Expand Down

0 comments on commit 6d7cae7

Please sign in to comment.