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",