I have installed a few BG wall sockets which I simply cant get to play in HA, but have been able to create a shortcut in an iPad which we use to automate some desk lights to come on at dusk and off at bedtime.
I had a plan to use HA to the run the shortcut so I can add it onto my home lights dashboard as all my other lights are managed with HA.
I have created a script which I was going to assign to a button card in the Lights dashboard.
This uses the send a notification to the iPad with the name of the shortcut in the message
device_id: (device id )
domain: mobile_app
type: notify
message: BG lights Off
data:
shortcut:
name: BG lights off
when I run the script I see a notification on the iPad with the HA icon and the name of the notification, but the shortcut does not run. I suspect I am missing something very basic.
Any pointers would be most appreciated.