Assist customize responses: Fix link (#37187)

This commit is contained in:
c0ffeeca7 2025-01-29 17:41:29 +01:00 committed by GitHub
parent aa0299b9b0
commit 2fc631b626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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