mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 11:54:35 +02:00
Fix queries for logbook context_ids running in the wrong executor (#72778)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user