diff --git a/supervisor/resolution/fixups/base.py b/supervisor/resolution/fixups/base.py index 560998fa8..87787e9ce 100644 --- a/supervisor/resolution/fixups/base.py +++ b/supervisor/resolution/fixups/base.py @@ -58,9 +58,9 @@ class FixupBase(ABC, CoreSysAttributes): """Return a ContextType enum.""" @property + @abstractmethod def issues(self) -> list[IssueType]: """Return a IssueType enum list.""" - return [] @property def auto(self) -> bool: