Add ability to view which automations call a specific script #26024
Unanswered
GrimSQL
asked this question in
Automations / scripts / scenes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description
In larger Home Assistant setups, it's common to reuse scripts across multiple automations. However, there's currently no built-in way to trace which automations are calling a given script. This makes it difficult to:
This results in lots of manual YAML searching, which is inefficient and error-prone.
Proposed Solution
Add a feature in the UI (or as part of Developer Tools) that allows users to:
Additional Suggestions
script.usage(script_id)
.Motivation
As a user who heavily relies on scripts to avoid redundancy, I often create multiple automations that call the same script — for example:
This modular approach keeps my automations clean and maintainable. But when something doesn’t behave as expected, it's frustrating not being able to trace what triggered a script without manually grepping through YAML.
Having this feature would:
Thanks for considering this!
Beta Was this translation helpful? Give feedback.
All reactions