mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 13:16:29 +00:00
fix save
This commit is contained in:
parent
e8e599cb8c
commit
c84151e9e8
@ -82,6 +82,8 @@ class APISupervisor(CoreSysAttributes):
|
|||||||
new = set(body[ATTR_ADDONS_REPOSITORIES])
|
new = set(body[ATTR_ADDONS_REPOSITORIES])
|
||||||
await asyncio.shield(self._addons.load_repositories(new))
|
await asyncio.shield(self._addons.load_repositories(new))
|
||||||
|
|
||||||
|
self._updater.save()
|
||||||
|
self._config.save()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@api_process
|
@api_process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user