core/homeassistant/components/recorder
Erik Montnemery a91c03b164
Don't access States.last_reported_ts before it's added (#114333)
2024-03-28 20:42:03 +01:00
..
auto_repairs Reduce sqlalchemy reflection overhead at recorder setup time (#113989) 2024-03-23 11:25:05 +01:00
history Don't access States.last_reported_ts before it's added (#114333) 2024-03-28 20:42:03 +01:00
models Record state.last_reported (#114201) 2024-03-27 12:48:06 +01:00
system_health
table_managers Record state.last_reported (#114201) 2024-03-27 12:48:06 +01:00
__init__.py
backup.py
const.py Don't access States.last_reported_ts before it's added (#114333) 2024-03-28 20:42:03 +01:00
core.py Don't access States.last_reported_ts before it's added (#114333) 2024-03-28 20:42:03 +01:00
db_schema.py Record state.last_reported (#114201) 2024-03-27 12:48:06 +01:00
entity_registry.py Avoid creating unneeded Context and Event objects when firing events (#113798) 2024-03-20 09:40:06 +01:00
executor.py
filters.py
icons.json
manifest.json Bump SQLAlchemy to 2.0.29 (#114208) 2024-03-25 14:39:16 -10:00
migration.py Record state.last_reported (#114201) 2024-03-27 12:48:06 +01:00
pool.py
purge.py
queries.py Avoid expensive db queries at startup to check if data is migrated (#113773) 2024-03-19 15:27:40 -10:00
repack.py
services.py
services.yaml
statistics.py
strings.json
tasks.py
util.py Add first batch of Ruff PT rules (#113665) 2024-03-18 13:26:14 +01:00
websocket_api.py