mirror of
https://github.com/home-assistant/core.git
synced 2026-02-25 20:35:09 +00:00
* Create repair issues when automatic backup fails * Improve test coverage * Adjust issues
19 lines
795 B
JSON
19 lines
795 B
JSON
{
|
|
"issues": {
|
|
"automatic_backup_failed_create": {
|
|
"title": "Automatic backup could not be created",
|
|
"description": "The automatic backup could not be created. Please check the logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured."
|
|
},
|
|
"automatic_backup_failed_upload_agents": {
|
|
"title": "Automatic backup could not be uploaded to agents",
|
|
"description": "The automatic backup could not be uploaded to agents {failed_agents}. Please check the logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured."
|
|
}
|
|
},
|
|
"services": {
|
|
"create": {
|
|
"name": "Create backup",
|
|
"description": "Creates a new backup."
|
|
}
|
|
}
|
|
}
|