add unique_id to BackupAgent example (#2545)

This commit is contained in:
Michael 2025-01-28 12:10:04 +01:00 committed by GitHub
parent 6a300925e9
commit 2b2b3f5899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,8 @@ class ExampleBackupAgent(BackupAgent):
"""Backup agent interface.""" """Backup agent interface."""
domain = DOMAIN domain = DOMAIN
name = "example" name = "Example Backup-Agent"
unique_id = "example_stable_id"
async def async_download_backup( async def async_download_backup(
self, self,