iOS icon indicating copy to clipboard operation
iOS copied to clipboard

Notification with shortcut won't pass any data to the shortcut

Open gsportelli opened this issue 1 year ago • 3 comments

iOS device model, version and app version

Model Name: iPhone 13 mini Software Version: iOS 16.4.1 (a) App version: Home Assistant Companion 2023.4 (2023.460)

Home Assistant Core Version Home Assistant 2023.5.3

Describe the bug When I pass data to an iOS shortcut, the shortcut receives nothing.

To Reproduce

Create an iOS shortcut with a single message box that shows the input to the shortcut (by default it will accept anything, i.e., images and any of the other 18 allowed types, in Italian "Immagini e altri 18") image

Call service:

service: notify.mobile_app_gkipdm
data:
  message: The garage door has been open for 10 minutes.
  title: Your Garage Door Friend
  data:
    shortcut:
      name: "Test1"
      mytext: "this is my text"

Expected behavior The messagebox should show the input data, I guess a dictionary with mytext. It shows nothing instead.

Screenshots IMG_3122

gsportelli avatar May 20 '23 17:05 gsportelli