core/homeassistant/components/recorder
J. Nick Koston 08d6a3d9d4
Cache newly written state attribute ids (#68355)
2022-03-22 21:21:56 -10:00
..
__init__.py Cache newly written state attribute ids (#68355) 2022-03-22 21:21:56 -10: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 Convert unindexed domain queries to entity_id queries (#68404) 2022-03-20 01:28:17 -10: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 Convert unindexed domain queries to entity_id queries (#68404) 2022-03-20 01:28:17 -10: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 Fix FOREIGN KEY constraint failed when removing state_attributes (#68364) 2022-03-19 14:21:28 -07:00
repack.py
services.yaml Correct description of entity_globs (#65805) 2022-02-06 18:36:38 +01:00
statistics.py Add WS API to adjust incorrect energy statistics (#65147) 2022-03-22 15:18:30 -07:00
util.py Switch sqlalchemy execute to use .all() instead of list() on the iterator (#68540) 2022-03-22 19:24:21 -10:00
websocket_api.py Add WS API to adjust incorrect energy statistics (#65147) 2022-03-22 15:18:30 -07:00