mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Fix BackupManager.async_get_backup (#130975)
This commit is contained in:
@@ -884,6 +884,7 @@
|
|||||||
'backup': dict({
|
'backup': dict({
|
||||||
'agent_ids': list([
|
'agent_ids': list([
|
||||||
'test.remote',
|
'test.remote',
|
||||||
|
'backup.local',
|
||||||
]),
|
]),
|
||||||
'backup_id': 'abc123',
|
'backup_id': 'abc123',
|
||||||
'date': '1970-01-01T00:00:00.000Z',
|
'date': '1970-01-01T00:00:00.000Z',
|
||||||
|
Reference in New Issue
Block a user