WTH Why is initial: not available on Toggle helper (input_boolean)

since the move to UI for Helpers we can not set initial: to them via the UI and have to resort to Yaml:

input_boolean:

  just_started:
    name: Just started
    initial: on

Aware booleans restore state. However, for certain booleans we need a fixed startup state, and not rely on restore.

Please add initial: to the UI, so we can move all booleans to UI and leave yaml.

see previous Discussion on the matter Allow / (re-)Add 'initial' to UI Toggle creation · Discussion #12944 · home-assistant/frontend · GitHub