How to find all automations that make a specific Service Call

When the Honeywell Integration was changed to repeat a request if unavailable (or something like that), the Preset for the Thermostat Permanent Hold changed from Hold to hold.

I have a lot of automations that call the Preset service to which I need to make this change.

Other than running every possible automation and looking at Trace, is there a way to list the Automations that make this call?

Thanks

1 Like

Could just grep or search the YAML code for your automations and look for the service call. That’s probably the easiest way to do it.

Or if you use the Studio Code Server add-on it has a global file content search that is super handy too.

1 Like

Excellent Suggestion! Thank you

1 Like