From a20b480c4d5c349283b4506a36bebbbc1d77aa38 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 18:04:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- custom_components/audiconnect/audi_connect_account.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)