core/homeassistant/components/recorder
Franck Nijhof fed8f905c8
Correct return type of two raise-only methods in recorder (#85048)
2023-01-03 12:15:45 +01:00
..
system_health
translations
__init__.py
backup.py
const.py
core.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
db_schema.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
executor.py
filters.py
history.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
manifest.json Bump sqlalchemy to 1.4.45 (#85021) 2023-01-02 20:46:56 -05:00
migration.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
models.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
pool.py Only run garbage collection per module (#84681) 2023-01-02 09:31:12 -10:00
purge.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
queries.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
repack.py
run_history.py
services.py
services.yaml
statistics.py
strings.json
tasks.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
util.py Correct return type of two raise-only methods in recorder (#85048) 2023-01-03 12:15:45 +01:00
websocket_api.py