From b0fb9c0a8aaa82fb95b22bcbd946f0125b745cb6 Mon Sep 17 00:00:00 2001 From: Max Messner Date: Sun, 21 Jan 2024 23:50:37 -0700 Subject: [PATCH] Update links in builtin_sentences.markdown (#30976) 1. Step 1 said it was directing to the tests directory and the screenshot is of a file in the tests directory, but it was actually linking to the sentences directory. Updated that. 2. Step 2 said it was linking to the tests directory (and was doing so), but the screenshot was of a file in the sentences directory. The contents of the step seemed sentences-oriented, so I updated it to direct to sentences --- source/voice_control/builtin_sentences.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)