Fix Scripts To Use Names Instead of Script.1234567890

This may have been something I unintentionally did to myself, apologies if this is a noob mistake. My scripts currently show as Script.1234567890 is there a way to make it so they use the name instead. Currently I open a second tab, search for the script I want and then hover over the edit link to get the number from the URL, but this seems like something I shouldn’t have to do, is there a way to make it use the script name instead?

Thanks in advance.

This is normal. To fix it:

  • Open automations.yaml in your file editor, and find where it says id for each one.
  • Change it to the automation’s name (in lowercase, and replace spaces with underscores, like ink_reminder).