core/homeassistant/components/recorder
J. Nick Koston d7634d1cb1
Additional strict typing for additional recorder internals (#68689)
* Strict typing for additional recorder internals

* revert

* fix refactoring error
2022-03-29 09:45:25 +02:00
..
__init__.py Additional strict typing for additional recorder internals (#68689) 2022-03-29 09:45:25 +02: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 Additional strict typing for additional recorder internals (#68689) 2022-03-29 09:45:25 +02:00
pool.py Additional strict typing for additional recorder internals (#68689) 2022-03-29 09:45:25 +02:00
purge.py Update pylint to 2.13.2 (#68704) 2022-03-27 16:08:24 +02: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 Update pylint to 2.13.2 (#68704) 2022-03-27 16:08:24 +02:00
util.py Update pylint to 2.13.2 (#68704) 2022-03-27 16:08:24 +02:00
websocket_api.py Use recorder threadpool in WS recorder/get_statistics_metadata (#68615) 2022-03-24 14:15:09 +01:00