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
This commit is contained in:
c0ffeeca7 2023-10-30 17:15:57 +01:00 committed by GitHub
parent 388e17c8bb
commit 8921700739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -16,7 +16,7 @@
<li>{% active_link /voice_control/voice_remote_local_assistant/ Configuring a local assistant %}</li> <li>{% active_link /voice_control/voice_remote_local_assistant/ Configuring a local assistant %}</li>
<li>{% active_link /voice_control/voice_remote_cloud_assistant/ Configuring a cloud assistant %}</li> <li>{% active_link /voice_control/voice_remote_cloud_assistant/ Configuring a cloud assistant %}</li>
<li>{% active_link /voice_control/voice_remote_expose_devices/ Exposing devices to voice assistant %}</li> <li>{% active_link /voice_control/voice_remote_expose_devices/ Exposing devices to voice assistant %}</li>
<li>{% active_link /voice_control/install_wake_word_add_on/ Installing the openWakeWord add-on %}</li> <li>{% active_link /voice_control/install_wake_word_add_on/ Enabling a wake word %}</li>
<li>{% active_link /voice_control/builtin_sentences/ Built-in sentences %}</li> <li>{% active_link /voice_control/builtin_sentences/ Built-in sentences %}</li>
<li>{% active_link /voice_control/custom_sentences/ Custom sentences %}</li> <li>{% active_link /voice_control/custom_sentences/ Custom sentences %}</li>
<li>{% active_link /voice_control/using_tts_in_automation/ Using Piper TTS in automations %}</li> <li>{% active_link /voice_control/using_tts_in_automation/ Using Piper TTS in automations %}</li>

View File

@ -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. 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 ## Related topics
- [Create your own wake words](/voice_control/create_wake_word/) - [Create your own wake words](/voice_control/create_wake_word/)
- [Create a cloud assistant](/voice_control/voice_remote_cloud_assistant/)

View File

@ -21,7 +21,7 @@ your smart home. Issue commands and get responses!
## Adding a wake word to your voice assistant ## Adding a wake word to your voice assistant
1. Install the openWakeWord add-on: 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**. 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. 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. 4. Select the language you are going to use to speak to Home Assistant.

View File

@ -46,6 +46,6 @@ To have the fastest processing voice assistant experience, follow these steps:
## Related topics ## Related topics
- [Enable Home Assistant Cloud](https://www.nabucasa.com/config/) - [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/) - [Create your own wake word](/voice_control/create_wake_word/)
- [Expose your devices to Assist](/voice_control/voice_remote_expose_devices/#exposing-your-devices) - [Expose your devices to Assist](/voice_control/voice_remote_expose_devices/#exposing-your-devices)