From 8921700739ded8b9dee61a552283c33da7830296 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:15:57 +0100 Subject: [PATCH] Wake word: rename title (#29605) * Wake word: rename title - rename from installing openWakeWord add-on to Enabling a wake word - enabling a wake word involves more than just installing the add-on - the title is more likely a user goal than installing the add-on (which is the means to an end) * Fix typo * Add related topic on creating an assistant --- source/_includes/asides/voice_navigation.html | 2 +- source/voice_control/install_wake_word_add_on.markdown | 3 ++- source/voice_control/thirteen-usd-voice-remote.markdown | 2 +- source/voice_control/voice_remote_cloud_assistant.markdown | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_includes/asides/voice_navigation.html b/source/_includes/asides/voice_navigation.html index f6443a7d7b9..18b0de5862a 100644 --- a/source/_includes/asides/voice_navigation.html +++ b/source/_includes/asides/voice_navigation.html @@ -16,7 +16,7 @@
  • {% active_link /voice_control/voice_remote_local_assistant/ Configuring a local assistant %}
  • {% active_link /voice_control/voice_remote_cloud_assistant/ Configuring a cloud assistant %}
  • {% active_link /voice_control/voice_remote_expose_devices/ Exposing devices to voice assistant %}
  • -
  • {% active_link /voice_control/install_wake_word_add_on/ Installing the openWakeWord add-on %}
  • +
  • {% active_link /voice_control/install_wake_word_add_on/ Enabling a wake word %}
  • {% active_link /voice_control/builtin_sentences/ Built-in sentences %}
  • {% active_link /voice_control/custom_sentences/ Custom sentences %}
  • {% active_link /voice_control/using_tts_in_automation/ Using Piper TTS in automations %}
  • diff --git a/source/voice_control/install_wake_word_add_on.markdown b/source/voice_control/install_wake_word_add_on.markdown index 88705f18654..71d113ba662 100644 --- a/source/voice_control/install_wake_word_add_on.markdown +++ b/source/voice_control/install_wake_word_add_on.markdown @@ -1,5 +1,5 @@ --- -title: "Installing the openWakeWord add-on" +title: "Enabling a wake word" --- To use wake words, you need to install the openWakeWord add-on. @@ -22,3 +22,4 @@ To use wake words, you need to install the openWakeWord add-on. ## Related topics - [Create your own wake words](/voice_control/create_wake_word/) +- [Create a cloud assistant](/voice_control/voice_remote_cloud_assistant/) diff --git a/source/voice_control/thirteen-usd-voice-remote.markdown b/source/voice_control/thirteen-usd-voice-remote.markdown index 06c47294f24..2e1f77fdf80 100644 --- a/source/voice_control/thirteen-usd-voice-remote.markdown +++ b/source/voice_control/thirteen-usd-voice-remote.markdown @@ -21,7 +21,7 @@ your smart home. Issue commands and get responses! ## Adding a wake word to your voice assistant 1. Install the openWakeWord add-on: - - Follow steps 1-3 of the procedure on [installing the openWakeWord add-on](/voice_control/install_wake_word_add_on). + - Follow steps 1-3 of the procedure on [enabling a wake word](/voice_control/install_wake_word_add_on). 2. Go to {% my voice_assistants title="**Settings** > **Voice assistants**" %} and select **Add assistant**. 3. Give your assistant a name, for example the wake word you are going to use. 4. Select the language you are going to use to speak to Home Assistant. diff --git a/source/voice_control/voice_remote_cloud_assistant.markdown b/source/voice_control/voice_remote_cloud_assistant.markdown index 5b0aa60a761..8b3691e29cf 100644 --- a/source/voice_control/voice_remote_cloud_assistant.markdown +++ b/source/voice_control/voice_remote_cloud_assistant.markdown @@ -46,6 +46,6 @@ To have the fastest processing voice assistant experience, follow these steps: ## Related topics - [Enable Home Assistant Cloud](https://www.nabucasa.com/config/) -- [Installing the openWakeWord add-on](/voice_control/install_wake_word_add_on/) +- [Enabling a wake word](/voice_control/install_wake_word_add_on/) - [Create your own wake word](/voice_control/create_wake_word/) - [Expose your devices to Assist](/voice_control/voice_remote_expose_devices/#exposing-your-devices)