From 50b22dd242083f1f0e258547d3e534d8dc9d8625 Mon Sep 17 00:00:00 2001 From: Kolbi Date: Fri, 19 Apr 2024 13:15:15 +0200 Subject: [PATCH] fix: Urgent fix support_position & support_climater --- custom_components/audiconnect/audi_connect_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/audiconnect/audi_connect_account.py b/custom_components/audiconnect/audi_connect_account.py index d5930988..260a0e8d 100644 --- a/custom_components/audiconnect/audi_connect_account.py +++ b/custom_components/audiconnect/audi_connect_account.py @@ -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",