Currently, when you create an automation that uses a sentence Trigger like the following, it is detected and executed.
trigger:
- platform: conversation
command:
- Erstelle (ein|einen) [neues] [Home Assistant] Backup
But the Sentence / Voice reply you get is always “Done”, regardless of your language.
At least on my German Instance / Voice Assistant, the reply text is not in German, but spoken with a German Voice.
Getting “Done” in your respective Language would be good, and the current behavior is a Bug in itself. But I think even better would be the ability to define a custom answer per trigger. If no custom answer is given, the standard “Done” (in your respective language) would be used.
trigger:
- platform: conversation
command:
- Erstelle (ein|einen) [neues] [Home Assistant] Backup
answer: "Backup wird erstellt"