diff --git a/supervisor/resolution/evaluations/operating_system.py b/supervisor/resolution/evaluations/operating_system.py index 429bb6efc..44634802f 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 10 (buster)", "Debian GNU/Linux 11 (bullseye)"] +SUPPORTED_OS = ["Debian GNU/Linux 11 (bullseye)"] def setup(coresys: CoreSys) -> EvaluateBase: