backup
This commit is contained in:
@@ -47,8 +47,8 @@ class HyundaiKiaConnectLock(LockEntity, HyundaiKiaConnectEntity):
|
||||
def is_locked(self):
|
||||
return getattr(self.vehicle, "is_locked")
|
||||
|
||||
async def async_lock(self):
|
||||
async def async_lock(self, **kwargs: Any):
|
||||
await self.coordinator.async_lock_vehicle(self.vehicle.id)
|
||||
|
||||
async def async_unlock(self):
|
||||
async def async_unlock(self, **kwargs: Any):
|
||||
await self.coordinator.async_unlock_vehicle(self.vehicle.id)
|
||||
|
||||
Reference in New Issue
Block a user