mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 22:56:31 +00:00
Fix add-on is not installed anymore
This commit is contained in:
parent
43449c85bb
commit
df17668369
@ -57,7 +57,7 @@ class CheckAddonPwned(CheckBase):
|
||||
addon = self.sys_addons.get(reference)
|
||||
|
||||
# Uninstalled
|
||||
if not addon:
|
||||
if not addon or not addon.is_installed:
|
||||
return False
|
||||
|
||||
# Not in use anymore
|
||||
|
Loading…
x
Reference in New Issue
Block a user