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