mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Recorder system info: fix capitalization (#123141)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"oldest_recorder_run": "Oldest Run Start Time",
|
||||
"current_recorder_run": "Current Run Start Time",
|
||||
"estimated_db_size": "Estimated Database Size (MiB)",
|
||||
"database_engine": "Database Engine",
|
||||
"database_version": "Database Version"
|
||||
"oldest_recorder_run": "Oldest run start time",
|
||||
"current_recorder_run": "Current run start time",
|
||||
"estimated_db_size": "Estimated database size (MiB)",
|
||||
"database_engine": "Database engine",
|
||||
"database_version": "Database version"
|
||||
}
|
||||
},
|
||||
"issues": {
|
||||
|
Reference in New Issue
Block a user