You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
✅ "Manage Counters" dialog shown on reconfigure: When clicking Configure on an existing counter, the options flow was showing a "Manage Counters" dialog with add/edit/delete options instead of going directly to edit the counter. async_step_init now skips that menu entirely:
If there is one counter, it is selected automatically and the edit flow starts immediately.
If there are multiple counters, the counter-selection step is shown so the user can choose which one to edit.
After editing (or adding/deleting), the flow saves and closes instead of looping back to the menu.