{ "entity": { "event": { "automatic_backup_event": { "name": "Automatic backup", "state_attributes": { "backup_stage": { "name": "Backup stage" }, "event_type": { "state": { "completed": "Completed successfully", "failed": "Failed", "in_progress": "In progress" } }, "failed_reason": { "name": "Failure reason" } } } }, "sensor": { "backup_manager_state": { "name": "Backup Manager state", "state": { "create_backup": "Creating a backup", "idle": "[%key:common::state::idle%]", "receive_backup": "Receiving a backup", "restore_backup": "Restoring a backup" } }, "last_attempted_automatic_backup": { "name": "Last attempted automatic backup" }, "last_successful_automatic_backup": { "name": "Last successful automatic backup" }, "next_scheduled_automatic_backup": { "name": "Next scheduled automatic backup" } } }, "issues": { "automatic_backup_agents_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.", "title": "The backup location {agent_id} is unavailable" }, "automatic_backup_failed_addons": { "description": "Add-ons {failed_addons} could not be included in automatic backup. Please check the Supervisor logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured.", "title": "Not all add-ons could be included in automatic backup" }, "automatic_backup_failed_agents_addons_folders": { "description": "The automatic backup was created with errors:\n* Locations which the backup could not be uploaded to: {failed_agents}\n* Add-ons which could not be backed up: {failed_addons}\n* Folders which could not be backed up: {failed_folders}\n\nPlease check the Core and Supervisor logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured.", "title": "Automatic backup was created with errors" }, "automatic_backup_failed_create": { "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.", "title": "Automatic backup could not be created" }, "automatic_backup_failed_folders": { "description": "Folders {failed_folders} could not be included in automatic backup. Please check the Supervisor logs for more information. Another attempt will be made at the next scheduled time if a backup schedule is configured.", "title": "Not all folders could be included in automatic backup" }, "automatic_backup_failed_upload_agents": { "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.", "title": "Automatic backup could not be uploaded to the configured locations" } }, "services": { "create": { "description": "Creates a new backup.", "name": "Create backup" }, "create_automatic": { "description": "Creates a new backup with automatic backup settings.", "name": "Create automatic backup" } } }