mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Update panel for encrypted backups (#394)
* Update panel for encrypted backups * fix lint
This commit is contained in:
parent
8050707ff9
commit
d3b1ba81f7
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@ -173,7 +173,8 @@ class SnapshotManager(CoreSysAttributes):
|
||||
if addon and addon.is_installed:
|
||||
addon_list.append(addon)
|
||||
continue
|
||||
_LOGGER.warning("Add-on %s not found/installed", addon_slug)
|
||||
_LOGGER.warning(
|
||||
"Add-on %s not found/installed", addon_slug)
|
||||
|
||||
if addon_list:
|
||||
_LOGGER.info("Snapshot %s store Add-ons", snapshot.slug)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1a18ee27553aaff643a4a06512bc6112f8c8f036
|
||||
Subproject commit 39172f8c49a5253b28eb8508940e2ffa4f0ca451
|
Loading…
x
Reference in New Issue
Block a user