mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
e96e95c32d
* add sensor platform to backup integration * adjust namings, remove system integration flag * add first simple test * apply review comments * fix test * add sensor tests * adjustements to use backup helper * remove obsolet async_get_manager from init * unsubscribe from events on entry unload * add configuration_url * fix doc string * fix sensor tests * mark async_unsubscribe as callback * set integration_type service * extend sensor test * set integration_type on correct integration :) * fix after online conflict resolution * add sensor update tests * simplify the sensor update tests * avoid io during tests * Add comment --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
46 lines
1.9 KiB
JSON
46 lines
1.9 KiB
JSON
{
|
|
"issues": {
|
|
"automatic_backup_agents_unavailable": {
|
|
"title": "The backup location {agent_id} is unavailable",
|
|
"description": "The backup location `{agent_id}` is unavailable but is still configured for automatic backups.\n\nPlease visit the [automatic backup configuration page]({backup_settings}) to review and update your backup locations. Backups will not be uploaded to selected locations that are unavailable."
|
|
},
|
|
"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 the configured locations",
|
|
"description": "The automatic backup could not be uploaded to the configured locations {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."
|
|
},
|
|
"create_automatic": {
|
|
"name": "Create automatic backup",
|
|
"description": "Creates a new backup with automatic backup settings."
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"backup_manager_state": {
|
|
"name": "Backup Manager State",
|
|
"state": {
|
|
"idle": "Idle",
|
|
"create_backup": "Creating a backup",
|
|
"receive_backup": "Receiving a backup",
|
|
"restore_backup": "Restoring a backup"
|
|
}
|
|
},
|
|
"next_scheduled_automatic_backup": {
|
|
"name": "Next scheduled automatic backup"
|
|
},
|
|
"last_successful_automatic_backup": {
|
|
"name": "Last successful automatic backup"
|
|
}
|
|
}
|
|
}
|
|
}
|