From 65ef451f70458bf124efd347df0f66c713b7ea19 Mon Sep 17 00:00:00 2001 From: dandelionclock Date: Tue, 4 Jun 2024 10:33:12 -0400 Subject: [PATCH] Update car.py --- teslajsonpy/car.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teslajsonpy/car.py b/teslajsonpy/car.py index 13cdd16..6296784 100644 --- a/teslajsonpy/car.py +++ b/teslajsonpy/car.py @@ -904,7 +904,6 @@ async def remote_seat_cooler_request(self, level: int, seat_id: int) -> None: """ # If car is asleep the cooler is already off wake_if_asleep = level > 1 - seat_id = seat_id data = await self._send_command( "REMOTE_SEAT_COOLING_REQUEST", seat_position=seat_id,