I had an action to open my garage door and it no longer runs. If I directly run the automation it works, if I use the toggle in home assistant it works.
If I use the toggle in home assistant from my iphone it works.
Just not from the short cut menu anymore?
I don’t believe this is 0.115, I believe this is iOS 14. You can temporarily work around this by providing {} as the data for the event in Shortcuts.app.
In summary: it looks like any time the app is missing a piece of data in a Shortcut, it asks the system to either prompt the user or continue with the default value. When we ask the system to do this, on iOS 14, it instead silently drops the Shortcut and doesn’t do anything with it. This appears to be an iOS 14 regression in the system.
Yeah, there is some really funky stuff going on here in iOS 14.
I can call the service with the “play” button in the Shortcuts app now successfully, with or without {} in the data field. The light toggles just fine.
However, now the NFC tag never reads/triggers the shortcuts app to actually call the service. I programed the same NFC tag (sitting in the same location) in the HA companion app and it works flawlessly every time triggering the event.