core/homeassistant/components/recorder
Joakim Sørensen 32b2d1e5c9
Add backup platform to recorder (#68229)
2022-03-25 23:17:11 -07:00
..
__init__.py Typing and code quality for recorder history (#68647) 2022-03-24 17:58:38 -07:00
backup.py Add backup platform to recorder (#68229) 2022-03-25 23:17:11 -07:00
const.py Avoid hashing attributes when they are already in the cache (#68395) 2022-03-19 23:33:37 -07:00
executor.py Use a dedicated executor pool for database operations (#68105) 2022-03-17 23:09:01 -10:00
history.py Typing and code quality for recorder history (#68647) 2022-03-24 17:58:38 -07:00
manifest.json Separate attrs into another table (reduces database size) (#68224) 2022-03-18 00:23:13 -10:00
migration.py Fix migration to schema v25 with Postgresql (#68426) 2022-03-20 21:49:11 +01:00
models.py Update pylint to 2.13.0 (#68656) 2022-03-25 15:14:48 -07:00
pool.py Add shutdown guard to Recorder pool in case there is no connection (#68407) 2022-03-20 01:28:44 -10:00
purge.py Cleanup after pylint update (#68657) 2022-03-26 00:34:12 +01:00
repack.py Small cleanups for recorder (#68551) 2022-03-23 12:12:37 -10:00
services.yaml Correct description of entity_globs (#65805) 2022-02-06 18:36:38 +01:00
statistics.py Cleanup after pylint update (#68657) 2022-03-26 00:34:12 +01:00
util.py Cleanup after pylint update (#68657) 2022-03-26 00:34:12 +01:00
websocket_api.py Use recorder threadpool in WS recorder/get_statistics_metadata (#68615) 2022-03-24 14:15:09 +01:00