We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98440ea commit f79fc16Copy full SHA for f79fc16
plugwise_usb/__init__.py
@@ -285,7 +285,7 @@ async def plus_pair_request(self, mac: str) -> bool:
285
if self._network is None:
286
raise StickError("Cannot pair when network is not initialized")
287
288
- return self._network.pair_plus_device(mac)
+ return await self._network.pair_plus_device(mac)
289
290
@raise_not_connected
291
@raise_not_initialized
0 commit comments