From 97772892ae933a795288561d813a9800b9a6f62d Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:06:09 +0100 Subject: [PATCH] Built-in-sentences-fix-typo (#30932) --- source/voice_control/builtin_sentences.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/voice_control/builtin_sentences.markdown b/source/voice_control/builtin_sentences.markdown index 5472f89fbe3..7991c6a509a 100644 --- a/source/voice_control/builtin_sentences.markdown +++ b/source/voice_control/builtin_sentences.markdown @@ -80,7 +80,7 @@ The list of supported sentences is constantly being updated for each language. T - () mean alternative elements. - [] mean optional elements. - - <> mean an expansion rule. The view these rules, search for `expansion_rules` in the [_common.yaml](https://github.com/home-assistant/intents/blob/main/sentences/en/_common.yaml) file. + - <> mean an expansion rule. To view these rules, search for `expansion_rules` in the [_common.yaml](https://github.com/home-assistant/intents/blob/main/sentences/en/_common.yaml) file. - The syntax is explained in detail in the [template sentence syntax documentation](https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/). 3. View the [sentence definition](https://github.com/home-assistant/intents/tree/main/sentences) for your language. 4. View the [response definition](https://github.com/home-assistant/intents/tree/main/responses)