mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-16 14:30:28 +00:00
559 B
559 B
author, authorURL, title
| author | authorURL | title |
|---|---|---|
| Erik Montnemery | https://github.com/emontnemery | Changes to the BackupAgent API |
The BackupAgent API has been adjusted such that the following methods should now raise BackupNotFound when a backup is not found:
BackupAgent.async_delete_backupBackupAgent.async_download_backupBackupAgent.async_get_backup
Check the backup agent documentation, and the home assistant core PR #139754 for additional background.