Google Assistant sdk send_text_command doesn't works

Hello,
I am currently trying to send a command to Googel Assistant via Home Assistant. To test it, I used the simple command “Turn on TV”. If I trigger this command via my Android cell phone by voice, it works perfectly. Not via a script with Home Assistant (tried with and without "). I don’t see any problems in the debug either.

Does anyone have any idea what the problem could be?

Skript:

alias: TV
sequence:
  - service: google_assistant_sdk.send_text_command
    metadata: {}
    data:
      command: "Turn on TV"
    response_variable: Test
mode: single
icon: mdi:television-classic

Debug:

2024-02-17 01:49:08.253 DEBUG (MainThread) [homeassistant.components.google_assistant_sdk.helpers] command: "Turn on TV" 
response: None