mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00
add unique_id to BackupAgent example (#2545)
This commit is contained in:
parent
6a300925e9
commit
2b2b3f5899
@ -73,7 +73,8 @@ class ExampleBackupAgent(BackupAgent):
|
||||
"""Backup agent interface."""
|
||||
|
||||
domain = DOMAIN
|
||||
name = "example"
|
||||
name = "Example Backup-Agent"
|
||||
unique_id = "example_stable_id"
|
||||
|
||||
async def async_download_backup(
|
||||
self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user