Skip to content

Commit 2b2b3f5

Browse files
authored
add unique_id to BackupAgent example (#2545)
1 parent 6a30092 commit 2b2b3f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/core/platform/backup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ class ExampleBackupAgent(BackupAgent):
7373
"""Backup agent interface."""
7474

7575
domain = DOMAIN
76-
name = "example"
76+
name = "Example Backup-Agent"
77+
unique_id = "example_stable_id"
7778

7879
async def async_download_backup(
7980
self,

0 commit comments

Comments
 (0)