From 2fc631b626b55e224f8d98024d9e21382ee9bbc1 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:41:29 +0100 Subject: [PATCH] Assist customize responses: Fix link (#37187) --- source/voice_control/custom_sentences.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/voice_control/custom_sentences.markdown b/source/voice_control/custom_sentences.markdown index 3a0bf1875c8..8fab713ccd5 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