Code Red: Conversation intent

I had the idea for a long time that the phone that automatically dials HASS when you pick up, should respond to a “typical” secret agent call, since today this should work even without the most exact wording :slight_smile:

Now for the important part, has anyone ever tested this (or can do so) and write about their experience? Unfortunately I don’t have an AI subscription myself.

My idea for a config would look like this:

conversation:
  intents:
    CodeRed:
      - "Auth Code: Sierra Hotel Tango Foxtrot November Oscar Whiskey, code red"

intent_script:
  CodeRed:
    description: Execute code red
    speech:
      text: "Help is on the way!"
    action:
      service: script.code_red
      data: {}