hass-core/homeassistant/components/recorder
2022-03-29 20:13:08 -07:00
..
__init__.py Add ability to exclude attributes from being recorded by entity domain () 2022-03-29 20:13:08 -07:00
backup.py Add backup platform to recorder () 2022-03-25 23:17:11 -07:00
const.py Avoid hashing attributes when they are already in the cache () 2022-03-19 23:33:37 -07:00
executor.py Use a dedicated executor pool for database operations () 2022-03-17 23:09:01 -10:00
history.py Typing and code quality for recorder history () 2022-03-24 17:58:38 -07:00
manifest.json Separate attrs into another table (reduces database size) () 2022-03-18 00:23:13 -10:00
migration.py Fix migration to schema v25 with Postgresql () 2022-03-20 21:49:11 +01:00
models.py Add ability to exclude attributes from being recorded by entity domain () 2022-03-29 20:13:08 -07:00
pool.py Additional strict typing for additional recorder internals () 2022-03-29 09:45:25 +02:00
purge.py Update pylint to 2.13.2 () 2022-03-27 16:08:24 +02:00
repack.py Small cleanups for recorder () 2022-03-23 12:12:37 -10:00
services.yaml Correct description of entity_globs () 2022-02-06 18:36:38 +01:00
statistics.py Update pylint to 2.13.2 () 2022-03-27 16:08:24 +02:00
util.py Update pylint to 2.13.2 () 2022-03-27 16:08:24 +02:00
websocket_api.py Use recorder threadpool in WS recorder/get_statistics_metadata () 2022-03-24 14:15:09 +01:00