I’m blown away here. I have a script and it has one action in the sequence are. Here it is.
service: script.activate_alexa_actionable_notification
data:
text: >-
There is a new weather alert. Here it is.
{{states.sensor.w_alert_headline_med}} Do you want to hear the full details.
event_id: hear_full_weather_alert_details
alexa_device: media_player.living_room_echo
When I run it…even if I just call this in the services tab of the developer section. I get tts from my living room echo that says “do you want to close the garage door.”
I have a totally unrelated actionable notification that ran way earlier today that asks that question but I don’t see why it would be carrying over to here. There is nothing in this script that has anything to do with the other exept that they both are performing the actionable notification service. I the text cached somewhere or something and needs to be cleared each time? Much appreciated for the help.