mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 08:06:00 +01:00
Update logbook to use async_add_executor_job (#38217)
This commit is contained in:
@@ -212,7 +212,7 @@ class LogbookView(HomeAssistantView):
|
||||
)
|
||||
)
|
||||
|
||||
return await hass.async_add_job(json_events)
|
||||
return await hass.async_add_executor_job(json_events)
|
||||
|
||||
|
||||
def humanify(hass, events, entity_attr_cache):
|
||||
|
||||
Reference in New Issue
Block a user