Update: I've got things back under control. That forum post was the key - renaming the device on the companion app, deleting the entry from the Mobile App Integration and then restarted the Mobile Companion app worked. The Action was created with the expected name and there is peace in the world once again.
I'm glad improvements are on the way because this is pretty convoluted!
Thanks for working through this with me 🙂
Here's my super simple script. I'd be curious if you've done anything clever with yours. I don't have the critical support implemented, I knew I wanted it but haven't put in the time to do it yet.
sequence:
- action: notify.mobile_app_steves_iphone_12mlw
metadata: {}
data:
message: "{{message}}"
title: "{{title}}"
- action: notify.mobile_app_katys_main_phone
metadata: {}
data:
message: "{{message}}"
title: "{{title}}"
enabled: false
alias: Send Phone Notification to Katy and Steve
description: Parameterized script to send push notifications to Steve and Katy's phones.
fields:
message:
selector:
text:
multiline: true
name: message
required: true
description: Enter the body of the notification
title:
selector:
text: null
name: title
description: Enter an optional title for the notification
critical:
selector:
text: null
name: critical
description: >-
Select if this is a critical notification. It will result in a higher
priority, possibly interrupting notification on target devices.
default: "false"