Correct assignement of automations in the Overview

I’ve created a simple automation to switch a lamp on at sunset. Unfortunately has an error occured
“network error:(-9999999) Remote api run unknown failed”. So i added a repeat:
actions:

  • repeat:
    count: 3
    sequence:
    - action: switch.turn_on
    continue_on_error: true
    target:
    entity_id: switch.gartenbeleuchtung_steckdose_1
    - delay:
    seconds: 15
    After adding the repeat i can’t see the Automation assigned to “Gartenbeleuchtung” any longer in my Overview. It is still under Settings->Automations list and it works fine.

Is it a future issue somebody is working on, or do i need to fix it by myself?

Thanks for coming here and asking a question.
Would you be so kind as to adjusting the format of your code so that we can read it properly & check the YAML spacing, etc. Editing your original is the preferred way. It is very hard for us to tell what is what when the text formatter jumbles everything like that.
You can use the </> button like this… How to format your code in forum posts

What technology of switch are you using? Insteon, Z-Wave, Tazmota, Zigbee, etc. Something in that technology may have led to the error.

What was your reasoning which led you to attempt to retry after an error?

Posting the entire YAML of your code will be most helpful.