Skip to content

Get rid of okay confirmation #147

@elmar-hinz

Description

@elmar-hinz

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>

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions