hass-core/homeassistant/components/logbook
J. Nick Koston 94224c4c73
Import logbook in the executor to avoid blocking the event loop (#111807)
This one is likely because of all the sqlalchemy object construction
for the queries

`Component logbook import took 0.245 seconds (loaded_executor=False)`
2024-02-29 10:36:54 -05:00
..
queries Switch utc_to_timestamp to .timestamp() where possible (#109729) 2024-02-05 23:04:52 +01:00
__init__.py Convert Integration platforms processors where nothing is awaited to callbacks (#110825) 2024-02-17 20:49:47 -05:00
const.py
helpers.py Use covariant for fire event data type (#110843) 2024-02-18 13:21:55 +01:00
manifest.json Import logbook in the executor to avoid blocking the event loop (#111807) 2024-02-29 10:36:54 -05:00
models.py Use covariant for fire event data type (#110843) 2024-02-18 13:21:55 +01:00
processor.py Refactor logbook helpers to reduce splits and lookups (#108933) 2024-01-26 20:07:24 -10:00
rest_api.py
services.yaml
strings.json Add translatable title to logbook (#106810) 2024-01-02 13:30:04 +01:00
websocket_api.py Switch utc_to_timestamp to .timestamp() where possible (#109729) 2024-02-05 23:04:52 +01:00