-
-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
The dialogue should be:
- Alexa: "Do you like dogs?"
- You: "Yes"
- Alexa: "Cool, I like dogs too"
The dialogue is:
- Alexa: "Do you like dogs?"
- You: "Yes"
- Alexa: "Okay"
- Alexa: "Cool, I like dogs too"
Wanted:
An option to suppress the automatic "okay" confirmation, if you want to handle the confirmation yourself. Something like this:
- service: script.activate_alexa_actionable_notification
data:
text: Yes or no?
suppress_confirmation: True
event_id: hello_world
alexa_device: media_player.<Your Media Player>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request