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 Paulus Schoutsen
parent f4d280b59d
commit a54a5b2d20

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,