hass-core/homeassistant/components/recorder
2023-07-05 14:00:37 +02:00
..
auto_repairs Auto repair incorrect collation on MySQL schema () 2023-04-29 21:17:09 -04:00
history Move overlapping pylint rules to ruff, disable mypy overlap () 2023-06-27 17:42:46 +02:00
models Fix history start time state returning None with some postgresql versions () 2023-05-25 22:18:19 -04:00
system_health Rename recorder run_history to table_managers.recorder_runs_manager () 2023-03-21 18:38:33 -10:00
table_managers Replace isort with ruff () 2023-06-08 23:43:56 +02:00
__init__.py Reduce overhead to filter entities in the recorder () 2023-05-27 19:52:42 -04:00
backup.py
const.py Dynamically size recorder max backlog based on available memory () 2023-04-18 12:35:49 +02:00
core.py Add slots to the StateMachine class () 2023-07-05 14:00:37 +02:00
db_schema.py Bump sqlalchemy to 2.0.10 () 2023-04-25 09:45:49 -05:00
entity_registry.py Retain history when renaming an entity_id () 2023-03-19 17:33:21 -10:00
executor.py
filters.py Rework recorder filters to avoid caching mistakes () 2023-03-28 22:51:46 +02:00
manifest.json Fix package names to match pypi index metadata () 2023-05-31 21:12:53 -04:00
migration.py Replace bandit with ruff () 2023-06-08 22:46:04 +02:00
pool.py Correct calls to super class in RecorderPool () 2023-06-20 23:26:37 +02:00
purge.py Speed up purging the database () 2023-04-29 18:45:14 +02:00
queries.py Ensure purge can cleanup old format detached states in the database () 2023-04-28 21:03:59 +02:00
repack.py
services.py Add keep_days to recorder.purge_entities () 2023-03-15 11:13:47 -10:00
services.yaml Add keep_days to recorder.purge_entities () 2023-03-15 11:13:47 -10:00
statistics.py Replace bandit with ruff () 2023-06-08 22:46:04 +02:00
strings.json
tasks.py Add a negative cache to the recorder event type manager () 2023-04-22 14:09:04 +02:00
util.py Move overlapping pylint rules to ruff, disable mypy overlap () 2023-06-27 17:42:46 +02:00
websocket_api.py Support calculating changes between consecutive sum statistics () 2023-05-11 10:05:58 +02:00