mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 17:16:33 +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]
|
current = self._current_data[addon]
|
||||||
if data[ATTR_VERSION] == current[ATTR_VERSION]:
|
if data[ATTR_VERSION] == current[ATTR_VERSION]:
|
||||||
if data != current[addon]:
|
if data != current:
|
||||||
self._system_data[addon] = copy.deepcopy(current[data])
|
self._system_data[addon] = copy.deepcopy(current)
|
||||||
have_change = True
|
have_change = True
|
||||||
|
|
||||||
if have_change:
|
if have_change:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user