mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +00:00
Fix bug
This commit is contained in:
parent
5a42019ed7
commit
886d202f39
@ -46,7 +46,7 @@ class APISupervisor(object):
|
||||
addons = self.addons.data_all
|
||||
|
||||
data = []
|
||||
for addon, values in addons:
|
||||
for addon, values in addons.items():
|
||||
i_version = self.addons.version_installed(addon)
|
||||
|
||||
data.append({
|
||||
|
Loading…
x
Reference in New Issue
Block a user