diff --git a/sunnypilot/mads/state.py b/sunnypilot/mads/state.py index d23c888877..6f1c4829bd 100644 --- a/sunnypilot/mads/state.py +++ b/sunnypilot/mads/state.py @@ -95,6 +95,7 @@ class StateMachine: # DISABLED elif self.state == State.disabled: if events.contains(ET.ENABLE): + # TODO-SP: Allow entering State.paused if ET.NO_ENTRY if events.contains(ET.NO_ENTRY): self.add_current_alert_types(ET.NO_ENTRY)