This commit is contained in:
J. Nick Koston 2023-11-28 10:44:24 -06:00
parent 9e9b55a1bc
commit 6d3e1c13ab
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ class APIClient:
"""Send a BluetoothDeviceRequest and wait for a response."""
req = BluetoothDeviceRequest(address=address, request_type=request_type)
[response] = await self._get_connection().send_messages_await_response_complex(
req,
(req,),
predicate_func,
predicate_func,
msg_types,