When I give a voice command, e.g., “Turn on the lamp,” I receive the correct response, “Lamp turned on.” However, if none of the configured voice commands in the automation are recognized, there is simply no response. How can I have the voice response “Command not understood!” play in such a case?
I have written an automation with “conversation” triggers for the individual voice commands.
triggers:
- trigger: conversation
command: stehlampe an
id: lampe_an
What trigger is there if no command is recognized?