diff --git a/source/voice_control/builtin_sentences.markdown b/source/voice_control/builtin_sentences.markdown index 7991c6a509a..e194f6e6d74 100644 --- a/source/voice_control/builtin_sentences.markdown +++ b/source/voice_control/builtin_sentences.markdown @@ -60,7 +60,7 @@ The list of supported sentences is constantly being updated for each language. T **Note**: If the voice assistant doesn't understand you, you may need to rephrase your sentence a bit. Or check if the {% term entity %} or {% term area %} name is correct for your environment. 1. Take a look at the test sentences: - - On GitHub, in the [tests](https://github.com/home-assistant/intents/tree/main/sentences) folder, open the subfolder for your language. + - On GitHub, in the [tests](https://github.com/home-assistant/intents/tree/main/tests) folder, open the subfolder for your language. - Look through the test files to see the example sentences that have been tested. - The second part of the file name shows the {% term intent %}, the first part shows the {% term domain %}. For some {% term domains %}, such as covers, fans, and light, there are specific sentences. The other {% term domains %} are covered by the generic *homeassistant_*. @@ -73,7 +73,7 @@ The list of supported sentences is constantly being updated for each language. T ![Example of a set of test sentences](/images/assist/assist-test-file-light-turn-on.png) 2. View the sentence definition for the tests: - - On GitHub, in the [tests](https://github.com/home-assistant/intents/tree/main/tests) folder, open the subfolder for your language. + - On GitHub, in the [sentences](https://github.com/home-assistant/intents/tree/main/sentences) folder, open the subfolder for your language. - Open the file of interest. ![Sentences definition for turning on the light](/images/assist/assist-sentence-definition-01.png)