To keep my Mrs happy, Ive had to try and get alexa actionable notification working. I think Ive done everything properly, When I test the automation, I reply yes, Alexa says OK but nothing happens.
I have just noticed that alexa_actionable_notification
isn’t in the list of Active listeners, I have no idea if that would make any difference.
This is the action from my automation, Not sure if that’s all you need.
actions:
- data:
text: >-
The big Kitchen light has been on for 1 hour, Would you like to leave it
on?
event_id: actionable_notification_event
alexa_device: media_player.kitchen_echo
action: script.activate_alexa_actionable_notification
- wait_for_trigger:
- event_type: alexa_actionable_notification
event_data:
event_id: actionable_notification_event
event_response_type: ResponseYes
trigger: event
timeout:
hours: 0
minutes: 0
seconds: 0
milliseconds: 0
- data: {}
action: light.turn_off
target:
entity_id: switch.sonoff_10021cc2be_1
mode: single
1 post - 1 participant