diff --git a/source/voice_control/custom_sentences.markdown b/source/voice_control/custom_sentences.markdown index 3a0bf1875c81..8fab713ccd52 100644 --- a/source/voice_control/custom_sentences.markdown +++ b/source/voice_control/custom_sentences.markdown @@ -9,11 +9,13 @@ related: title: Sentence triggers - docs: /docs/automation/trigger/#sentence-wildcards title: Sentence wildcards + - docs: voice_control/custom_sentences_yaml + title: Customize responses - url: https://developers.home-assistant.io/docs/intent_builtin/ title: View existing intents --- -You may add your own sentences to the intent recognizer by either extending an [existing intent](https://developers.home-assistant.io/docs/intent_builtin/) or creating a new one. You may also [customize responses](#customizing-responses) for existing intents. +You may add your own sentences to the intent recognizer by either extending an [existing intent](https://developers.home-assistant.io/docs/intent_builtin/) or creating a new one. You may also [customize responses](/voice_control/custom_sentences_yaml#customizing-responses) for existing intents. ## Prerequisites