Skip to content

Remove mode selector from repeat_after options flow#35

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/remove-modal-option-repeat-after
Draft

Remove mode selector from repeat_after options flow#35
Copilot wants to merge 2 commits intomainfrom
copilot/remove-modal-option-repeat-after

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

  • Replace two-step repeat_after options flow (init → repeat_after) with a single combined step options_repeat_after in options_flow.py
    • Removed _STEP_INIT_SCHEMA and _STEP_REPEAT_AFTER_SCHEMA
    • Added _STEP_OPTIONS_REPEAT_AFTER_SCHEMA (combined: active/active_override → interval fields → common tail)
    • Updated async_step_init to pre-seed mode and call async_step_options_repeat_after directly
    • Removed async_step_repeat_after, added async_step_options_repeat_after
  • Updated strings.json and both translations: removed unused init/repeat_after options steps, added options_repeat_after
  • Updated unit tests to match the new single-step flow
  • All 247 unit tests pass

Copilot AI requested a review from gensyn April 14, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants