Same issue as this thread.
I get a notification on my iphone “Good Morning! Choose”, with no action buttons.
I capitalized per the thread’s resolution, but still no joy.
Can someone take a look?
config:
ios:
push:
categories:
- name: Wake Choices
identifier: 'wake choices'
actions:
- identifier: 'HEAT_MASTER'
title: 'Heat Master'
authenticationRequired: no
destructive: no
- identifier: 'HEAT_MASTER_WATER'
title: 'Heat Master Run Water'
authenticationRequired: no
destructive: no
- identifier: 'HEAT_KITCHEN'
title: 'Heat Kitchen'
authenticationRequired: no
destructive: no
# - identifier: 'NULL_SELECTION'
# title: 'OK'
# authenticationRequired: no
# destructive: no
Automations:
- alias: morning_alarm_push
trigger:
- platform: event
event_type: ios.action_fired
event_data:
actionName: MORNING ALARM
action:
service: notify.mobile_app_ewh_iphone
data:
title: "Good Morning!"
message: "Choose"
data:
push:
category: 'wake choices'
- alias: run_water
trigger:
platform: event
event_type: ios.notification_action_fired
event_data:
actionName: HEAT_MASTER_WATER
action:
- service: automation.trigger
entity_id: automation.pump_1_manual