mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 16:46:29 +00:00
fix update merge
This commit is contained in:
parent
9d95b70534
commit
9559c39351
@ -90,8 +90,8 @@ class AddonsData(Config):
|
||||
|
||||
current = self._current_data[addon]
|
||||
if data[ATTR_VERSION] == current[ATTR_VERSION]:
|
||||
if data != current[addon]:
|
||||
self._system_data[addon] = copy.deepcopy(current[data])
|
||||
if data != current:
|
||||
self._system_data[addon] = copy.deepcopy(current)
|
||||
have_change = True
|
||||
|
||||
if have_change:
|
||||
|
Loading…
x
Reference in New Issue
Block a user