From a33ab578e082308f9aec77a3ca40512652e14f59 Mon Sep 17 00:00:00 2001 From: Stefan <37924749+stefanroelofs@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:27:03 +0100 Subject: [PATCH] Update 2023-12-13-year-of-the-voice-chapter-5.markdown (#30332) Hyperlink was broken. Wrong brackets were used. Thanks. --- source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown b/source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown index 72852f10d08..78b8c6cfdcb 100644 --- a/source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown +++ b/source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown @@ -22,7 +22,7 @@ At the start of 2023, Home Assistant had basic text-based control for some devic Home Assistant users can now create multiple voice assistants by mixing and matching components of a voice "pipeline". Home Assistant Cloud subscribers automatically gain access to high-quality voice components in over 130 languages and dialects. Fully local components are available as well, such as our [Piper] text-to-speech system, allowing for 100% offline voice control. -In [Chapter 4], we added wake word processing directly into Home Assistant by leveraging the [openWakeWord] project. This allowed tiny voice satellites such as the [M5 ATOM Echo Development Kit][m5-tutorial] to offload wake word detection by streaming audio to a Home Assistant server. The community has been hard at work training a variety of [custom wake words](community-wake-words) that everyone can use to make their voice experience unique. +In [Chapter 4], we added wake word processing directly into Home Assistant by leveraging the [openWakeWord] project. This allowed tiny voice satellites such as the [M5 ATOM Echo Development Kit][m5-tutorial] to offload wake word detection by streaming audio to a Home Assistant server. The community has been hard at work training a variety of [custom wake words][community-wake-words] that everyone can use to make their voice experience unique. For the final chapter of 2023, we have expanded the available types of voice commands to include weather, temperature, and to-do lists. Voice satellites are now aware of which area they're in, and more hardware/software options are available too.