Skip to content

Commit f79fc16

Browse files
committed
Add missing await
1 parent 98440ea commit f79fc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ async def plus_pair_request(self, mac: str) -> bool:
285285
if self._network is None:
286286
raise StickError("Cannot pair when network is not initialized")
287287

288-
return self._network.pair_plus_device(mac)
288+
return await self._network.pair_plus_device(mac)
289289

290290
@raise_not_connected
291291
@raise_not_initialized

0 commit comments

Comments
 (0)