Can anyone tell me what I cannot see is wrong in my actionalble notification setup
Background: I want to be able to send out a notification to everyone in the household, we use iOS devices, and ask if they want a bath tonight. If they answer yes, then water heater will be put on “boost” by turning on the boost switch, if no, then it does nothing - No is linked to a dummy switch so people actually have to choose
Simple - well, you would think so. Anyway, I have the automations all working and can manually trigger in home assistant
The iOS notification happen when they are supposed to @ 5pm and I get the actionable notification on my iPhone with “Yes” or “No”
What does not happen is fire off the automation when I click “Yes”
@matthewjporter for actionable notification you need 3 parts
1- ios push part
2- automation to trigger the notification
3 - automation to processes the incoming data from the actionable notifications (payload)
i can see that youo have 1 and 3 but i dont see part 2 here is an example i hope it helps if you still can’t make it work let me know ill be happy to make an example for your set up
@matthewjporter ok i did not understand the problem untill i read it two times
(English not my first language) you can try to change the category name to uppercase if you are using the ios 1.5 app and there is an update notifications button on the app settings that you have to push every time you change something in the 1.5 app
I test your set up on my phone running the 2.0 ios app and it worked just fine
Not sure what of the following fixed the issue, but the above is working ike a charm
Reset all my token in homeassistance
Reset the app configuration on my devices (Resetting tokens actually forced this to be done)
After resetting the app config, I had to run the discovery of my home assistant again when opening the app, imported the push notifications and is working 100% as expected