core/homeassistant/components/recorder
J. Nick Koston acf78664e2
Reduce overhead to compile statistics (#106927)
* Reduce overhead to compile statistics

statistics uses LazyState for compatibility with State when pulling
data from the database.

After the previous round of refactoring to modern history, the setters
are never called and can be removed.

* reduce
2024-01-07 22:36:49 -05:00
..
auto_repairs
history
models Reduce overhead to compile statistics (#106927) 2024-01-07 22:36:49 -05:00
system_health
table_managers
__init__.py
backup.py
const.py
core.py Refactor recorder for common event case (#106753) 2024-01-07 22:31:40 -05:00
db_schema.py
entity_registry.py
executor.py
filters.py
manifest.json
migration.py
pool.py
purge.py
queries.py
repack.py
services.py
services.yaml
statistics.py
strings.json Fix typo in recorder strings.json (#107278) 2024-01-05 20:39:04 +01:00
tasks.py Refactor recorder for common event case (#106753) 2024-01-07 22:31:40 -05:00
util.py
websocket_api.py