Skip to main content

Changes to the BackupAgent API

· One min read

The BackupAgent API has been adjusted such that the following methods should now raise BackupNotFound when a backup is not found:

  • BackupAgent.async_delete_backup
  • BackupAgent.async_download_backup
  • BackupAgent.async_get_backup

Check the backup agent documentation, and the home assistant core PR #139754 for additional background.