Has anyone had success getting a HA-based Siri shortcut to work from the Apple watch? My situation is as follows:
- Running core-2021.3.0 HA
- WatchOS is 7.3.2
- Iphone IOS version is 14.4
- IOS Mobile companion app Version 2021.3 (2021.77)
I created an Action on the Watch and clicking that does correctly cause a ios.action_fired event which I can intercept and everything works fine there.
But when I add a Siri shortcut to that action (I used the HA mobile companion app to add the shortcut), and try to use it, Siri recognizes the shortcut but I get the error message “remote user isn’t registered” and no ios.action_fired event is fired.
However, the Siri shortcut when used from the Iphone works does correctly fire the ios.action_fired event.
It’s nice to have the action button working on the watch, but having the Siri shortcut work from the watch would be even better. Any suggestions?