core/homeassistant/components/recorder
J. Nick Koston 4dbc1ed7a7
Add dialect (database engine) and version to recorder system health data (#72339)
2022-05-22 21:29:30 -07:00
..
system_health Add dialect (database engine) and version to recorder system health data (#72339) 2022-05-22 21:29:30 -07:00
translations Add dialect (database engine) and version to recorder system health data (#72339) 2022-05-22 21:29:30 -07:00
__init__.py Convert history queries to use lambda_stmt (#71870) 2022-05-15 10:47:29 -05:00
backup.py
const.py Use ciso8601 for parsing MySQLdb datetimes (#71818) 2022-05-13 19:26:09 -05:00
core.py Add dialect (database engine) and version to recorder system health data (#72339) 2022-05-22 21:29:30 -07:00
executor.py
filters.py Convert history queries to use lambda_stmt (#71870) 2022-05-15 10:47:29 -05:00
history.py Fix last state in history minimal respones when all the states at the end are skipped (#72203) 2022-05-19 20:58:32 -07:00
manifest.json
migration.py Add Estimated Database Size to the recorder system health (#71463) 2022-05-07 21:02:54 -07:00
models.py Fail recorder setup with unsupported dialect or version (#70888) 2022-05-18 16:52:46 +02:00
pool.py Guard against recorder pool current connection disappearing during global destruction (#71971) 2022-05-16 17:48:14 -05:00
purge.py Fixing purging legacy rows and improve performance (#71916) 2022-05-15 21:25:07 -07:00
queries.py Fixing purging legacy rows and improve performance (#71916) 2022-05-15 21:25:07 -07:00
repack.py Ensure all mysql tables get optimized (#71538) 2022-05-08 12:15:06 -07:00
run_history.py
services.py
services.yaml
statistics.py Remove support for databases without ROW_NUMBER (#72092) 2022-05-18 21:52:38 -05:00
strings.json Add dialect (database engine) and version to recorder system health data (#72339) 2022-05-22 21:29:30 -07:00
tasks.py Add live streaming logbook websocket endpoint (#72258) 2022-05-22 14:57:54 -05:00
util.py Add dialect (database engine) and version to recorder system health data (#72339) 2022-05-22 21:29:30 -07:00
websocket_api.py