Scripts not showing up

Hello,

I have recently installed hassio on my raspberry. Everything is set up and now I wanted to create some automation scripts with the editor. But when I save the script and return to the automation page I get the message: “We couldn’t find any editable automations”

Scripts and automations are two different things. Check the documentation.

I wasn’t entirely clear in my first post. I meant automations. I know scripts and automations are different.

Check the log for any errors or warnings

I have one error showing up.
http://192.168.1.3:8123/frontend_latest/chunk.8918ba95d520bf25b681.js:2502:1562 TypeError: this.automation is null”
Any idea with this means?

I’m guessing it’s indicating that the editor can’t recognize an automation in the text. My bet is that it’s a formatting error. YAML is very picky about the number of spaces in an indention and whether something needs to indented. I would start there.