core/homeassistant/components/recorder
J. Nick Koston 195811843b
Remove get_state and get_states history api calls (#70830)
2022-04-26 16:05:43 -07:00
..
__init__.py Improve purge performance for non-sqlite databases (#70576) 2022-04-26 13:11:57 -07:00
backup.py
const.py Add restored to the set of attributes excluded from being recorded in the db (#70169) 2022-04-16 23:09:08 +02:00
executor.py
history.py Remove get_state and get_states history api calls (#70830) 2022-04-26 16:05:43 -07:00
manifest.json
migration.py Improve purge performance for non-sqlite databases (#70576) 2022-04-26 13:11:57 -07:00
models.py Improve purge performance for non-sqlite databases (#70576) 2022-04-26 13:11:57 -07:00
pool.py
purge.py Improve purge performance for non-sqlite databases (#70576) 2022-04-26 13:11:57 -07:00
repack.py Additional prep work for sqlalchemy 2.0 (#70358) 2022-04-21 12:39:18 -10:00
run_history.py Refactor tracking of the recorder run history (#70456) 2022-04-26 09:59:43 -10:00
services.yaml
statistics.py Avoid fetching metadata multiple times during stat compile (#70397) 2022-04-22 00:25:42 -10:00
util.py
websocket_api.py