From e6522dbf4a2c2b61c2c377f817e85028590243b6 Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Fri, 10 Feb 2023 22:43:55 +0000 Subject: [PATCH] Removed duplicate YAML example. (#26205) --- source/docs/assist/custom_sentences.markdown | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/docs/assist/custom_sentences.markdown b/source/docs/assist/custom_sentences.markdown index 5c2e5112a92..aca9225490e 100644 --- a/source/docs/assist/custom_sentences.markdown +++ b/source/docs/assist/custom_sentences.markdown @@ -18,14 +18,6 @@ conversation: - "activate [the] {name}" ``` -```yaml -# Example configuration.yaml -conversation: - intents: - HassTurnOn: - - "activate [the] {name}" -``` - {% endraw %} This extends the default English sentences for the `HassTurnOn` intent, allowing you to say "activate the kitchen lights" as well as "turn on the kitchen lights".