Fix queries for logbook context_ids running in the wrong executor (#72778)

This commit is contained in:
J. Nick Koston 2022-05-31 09:24:18 -10:00 committed by GitHub
parent d9d22a9556
commit 935ef79156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,7 +475,7 @@ async def ws_get_events(
)
connection.send_message(
await hass.async_add_executor_job(
await get_instance(hass).async_add_executor_job(
_ws_formatted_get_events,
msg["id"],
start_time,