I can receive notifications together with my camera image, but can’t see any buttons, regardless of how I change the configuration.yaml file.
My file is …
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
ios:
push:
categories:
actions:
identifier: 'LEAVE_PARCEL'
title: 'Please leave the parcel'
name: 'cameras'
identifier: 'camera'
Then in developer tools I can run a service notify.mobile_app_jims_phone with …
data:
actions:
action: LEAVE_PARCEL
title: heating
message: hello
I get the notification but not any button.
If I go into the iphone app settings I have no synched categories - is that why? Some articles say I have to reset push settings but I don’t have that option in my settings?