Hallo.
I really hope some one can help, because this have been working before. But now it’s not working.
I’m not getting the buttons on the actionable notifications, i am getting the notification, but on the button.
this is the configuration:
ios:
push:
categories:
- name: Nobody home
identifier: 'NOBODY_HOME'
actions:
- identifier: 'LOCK_HOUSE'
title: 'Nej, lås huset'
activationMode: 'background'
authenticationRequired: no
destructive: yes
behavior: 'default'
- name: Unlock home
identifier: 'UNLOCK_HOME'
actions:
- identifier: 'UNLOCK_HOUSE'
title: 'ja, lås huset op'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
And this is the scrip sending the notification, and i am getting the notification fine, but theres is no button.
sequence:
- service: notify.ios_mikkels_iphone
data:
message: 'Alarm er blev sat. Skal den slukkes igen?'
data:
push:
category: 'UNLOCK_HOME'
Can some help, what i am doing wrong.