mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 07:16:29 +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."""
|
"""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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user