I’ve been banging my head around this issue all morning, would appreciate any help, the issue being the fact that I receive notifications but no actions appear for the notification, using IOS 11.1, latest HA app version, HA 0.57.2
- alias: "Presence - Ella left home"
trigger:
- platform: state
entity_id: sensor.ella_home
from: 'true'
to: 'false'
condition:
condition: state
entity_id: sensor.ohad_home
state: 'false'
action:
- service: notify.ios_ohad_iphone
data:
message: "Ella left home"
data:
push:
badge: 0
category: 'ELLAAWAY'
action_data:
entity_id: sensor.ella_street_location
my_custom_data: foo_bar
What am I missing here ? why do I only see a notification with ‘Ella is home’ but no actions ?
It’s worth mentioning I’ve already update notifications settings multiple times with no success on the IOS app
If you are in the lock screen you have to swipe the notification to the left and open the notification.
In the normal screen you have to swipe down the notification.
That way the actions are shown.
2 important things based on my past experience on this topic:
in the Home Assistant app, don’t forget to go to its settings, choose ‘Notification settings’ and choose ‘Update push settings’ in each device (theoretically this should happen automatically on app close/open, but…);
don’t expect this to show up immediately in iOS after restarting Home Assistant - I suppose that this takes some time due to going through Apple servers.
Well, this was embarassing as always , the issue being the case of the category identifier and the fact that IOS notifications should be expanded in the same way as mentioned earlier by @gerard33