diff --git a/custom_components/audiconnect/audi_connect_account.py b/custom_components/audiconnect/audi_connect_account.py index 40944247..2d0f66ab 100644 --- a/custom_components/audiconnect/audi_connect_account.py +++ b/custom_components/audiconnect/audi_connect_account.py @@ -312,7 +312,10 @@ async def start_climate_control( seat_rr, ) - _LOGGER.debug("Successfully started climate control of vehicle with VIN: %s", redacted_vin) + _LOGGER.debug( + "Successfully started climate control of vehicle with VIN: %s", + redacted_vin, + ) await self.notify(vin, ACTION_CLIMATISATION)