diff --git a/supervisor/resolution/evaluations/operating_system.py b/supervisor/resolution/evaluations/operating_system.py index 6664b9cca..4093507fb 100644 --- a/supervisor/resolution/evaluations/operating_system.py +++ b/supervisor/resolution/evaluations/operating_system.py @@ -5,7 +5,7 @@ from ...coresys import CoreSys from ..const import UnsupportedReason from .base import EvaluateBase -SUPPORTED_OS = ["Debian GNU/Linux 11 (bullseye)", "Debian GNU/Linux 12 (bookworm)"] +SUPPORTED_OS = ["Debian GNU/Linux 12 (bookworm)"] def setup(coresys: CoreSys) -> EvaluateBase: