I have a bunch of automations using notify.mobile_app_old_phone that I now have to change to notify.mobile_app_new_phone. Unfortunately, I can neither edit all automations at once via yaml (unlike the frontend), nor can I find a list of which automations are sending notifications to my old device. I have to click into each and every one just to change:
action:
- service: notify.mobile_app_old_phone
data:
message: This is a notification
to
action:
- service: notify.mobile_app_new_phone
data:
message: This is a notification
I shouldn’t have to deal with this again for two years, but why deal with it at all? What’s the better way to do this?