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
This commit is contained in:
Max Messner 2024-01-21 23:50:37 -07:00 committed by GitHub
parent f2040cb812
commit b0fb9c0a8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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