Open greg-nyc opened 2 years ago
Trolling through the forum, I see a similar issue was reported in June of 2021, but no solution is apparent.
I am glad I not the only one having this issue. Have been driving me crazy the last couple of days. I hope it will be fixed.
have same problem now... no solution in 2024? :(
i use behavior: textInput
and it work fine from iPhone, but never work from Watch (no event fire)
I also have the same problem, for years now. Node Red output (for easier overview):
iOS device model, version and app version
Model Name: Apple Watch Series 6 Software Version: 8.6 (19T572) App version: 2022.3 (2022.358)
Home Assistant Core Version 2022.7.7
Describe the bug In response to an actionable notification that appears on an Apple Watch, actions that solicit text input do not generate activity on the mobile_app_notification_action or ios.notification_action_fired event busses. For example, when selecting the Title Text button the automation below generates, the user is prompted to enter text. After text has been entered, pressing "Send" clears the notification, but no mobile_app_notification_action or ios.notification_action_fired events are fired.
I confirmed that if a non-text input action is selected on the watch, an event is created as expected.
To Reproduce
Run the script. Select the Title Text option, click on the Reply that appears, enter text in the text display, then press Send.
Expected behavior An event should be created and the reply text entered by the user should appear in the data in the event. For example, this is what we should be seeing when the event is fired:
Screenshots
Additional context
This is the first time I've attempted to use the
textInput
functionality in the Companion app's actionable notifications, so I don't know when this bug first appeared.