Assist: No intent matched

Hi,

after receiving my Atom Echo yesterday I configured everything and while STT and TTS really works flawlessly, as debugging shows, I still can’t do anything with it.

The problem is elsewhere: Dev Tools - Assist - Sentences parser always answers me “No intent matched”.
“Turn off the lights.”
“What is the state of ?”
“What is the weather in Munich?”

Screenshot 2023-11-17 152037

Er, no, indeed there’s something it understands: “Nevermind”. But that’s about it.
I’m not even using custom intends. Yes, I exposed two dozent entities.

So what can be wrong here (Core 2023.11.2, Supervisor 2023.11.3, OS 11.1)?

Regards,
Reah

I get exactly the same behavior. Yet if I type thing in Assist in the overview view, ha will do what I ask. Might be a bug in Debug?

Same for me.
EDIT: Interestingly if I run Are any lights on? It does list me the lights. But any turn on / turn off intent does result in no_intent_match Here is an export of a raw event retrieved by the Debug Assistant tool:

init_options:
  start_stage: intent
  end_stage: intent
  input:
    text: Turn off lights
  pipeline: 01hg6abqrwknrrkt7mnp0fh2fa
  conversation_id: null
stage: done
run:
  pipeline: 01hg6abqrwknrrkt7mnp0fh2fa
  language: en
  runner_data:
    stt_binary_handler_id: null
    timeout: 300
events:
  - type: run-start
    data:
      pipeline: 01hg6abqrwknrrkt7mnp0fh2fa
      language: en
      runner_data:
        stt_binary_handler_id: null
        timeout: 300
    timestamp: "2023-12-08T15:25:29.707568+00:00"
  - type: intent-start
    data:
      engine: homeassistant
      language: en
      intent_input: Turn off lights
      conversation_id: null
      device_id: null
    timestamp: "2023-12-08T15:25:29.707630+00:00"
  - type: intent-end
    data:
      intent_output:
        response:
          speech:
            plain:
              speech: Sorry, I couldn't understand that
              extra_data: null
          card: {}
          language: en
          response_type: error
          data:
            code: no_intent_match
        conversation_id: null
    timestamp: "2023-12-08T15:25:29.743676+00:00"
  - type: run-end
    data: null
    timestamp: "2023-12-08T15:25:29.743775+00:00"
intent:
  engine: homeassistant
  language: en
  intent_input: Turn off lights
  conversation_id: null
  device_id: null
  done: true
  intent_output:
    response:
      speech:
        plain:
          speech: Sorry, I couldn't understand that
          extra_data: null
      card: {}
      language: en
      response_type: error
      data:
        code: no_intent_match
    conversation_id: null