diff --git a/supervisor/resolution/module.py b/supervisor/resolution/module.py index 080698a21..903ac1528 100644 --- a/supervisor/resolution/module.py +++ b/supervisor/resolution/module.py @@ -186,8 +186,8 @@ class ResolutionManager(FileConfiguration, CoreSysAttributes): """Add an issue and suggestions.""" if suggestions: for suggestion in suggestions: - self.suggestions = Suggestion( - suggestion, issue.context, issue.reference + self.suggestions.append( + Suggestion(suggestion, issue.context, issue.reference) ) self.issues = issue