I updated a script and now I need to go update all the automations that use the script

I have a script that I use to manage all my notifications. I added a field and how I need to go and update all my automations that use that script.

Is there a way for me to find all the automations that use a specific script?

Automations.yaml and Ctrl + F?

cool thanks. I just started using automations. Just learned that all automations are written to yaml. that’s going to be helpful to know in the future.

I was looking for something in UI just like how devices can tell me which automations refer to it, but I can work with the yaml.

Click the … menu button next to the script in the Settings > Scripts list or at the top right when the script is open, select Information, on the more info card that pops up again click its … menu button and select Related.

It shows me what devices and entities I’m using in the script, but not the automations that use this script.