I’m trying to get push noti with textInput using example from docs.
Restarting and updating push settings
on the phone – nothing.
As I specify behavior: textInput
it stops showing the action button.
configuration.yaml:
ios:
push:
categories:
- name: Alarm
identifier: 'alarm'
actions:
- identifier: 'SILENCE_ALARM'
title: 'Silence Alarm'
behavior: 'textInput'
textInputButtonTitle: 'Silencio'
scripts.yaml:
test:
sequence:
service: notify.ios_paulus
data:
message: "Something happened at home!"
data:
push:
category: "alarm"