mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix queries for logbook context_ids running in the wrong executor (#72778)
This commit is contained in:
parent
f4d280b59d
commit
a54a5b2d20
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user