diff --git a/aiohomekit/testing.py b/aiohomekit/testing.py index 7e46cbcf0..79621aa2b 100644 --- a/aiohomekit/testing.py +++ b/aiohomekit/testing.py @@ -195,7 +195,7 @@ def __init__(self, controller, pairing_data, accessories: Accessories): self.testing = PairingTester(self) - def close(self): + async def close(self): pass async def identify(self):