From 10ac4d93c18888abb2fede530c80ccaa5885b3d2 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Wed, 17 Jul 2024 10:56:25 +0200 Subject: [PATCH] Devices & services: fix capitalization --- source/_includes/integrations/config_flow.md | 2 +- .../voice_control/assist_create_open_ai_personality.markdown | 2 +- source/voice_control/create_wake_word.markdown | 4 ++-- source/voice_control/install_wake_word_add_on.markdown | 2 +- source/voice_control/s3_box_voice_assistant.markdown | 4 ++-- source/voice_control/thirteen-usd-voice-remote.markdown | 4 ++-- source/voice_control/troubleshooting_the_s3_box.markdown | 2 +- source/voice_control/voice_remote_local_assistant.markdown | 2 +- .../worlds-most-private-voice-assistant.markdown | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/source/_includes/integrations/config_flow.md b/source/_includes/integrations/config_flow.md index 5e62054f8db..4d4cadf79af 100644 --- a/source/_includes/integrations/config_flow.md +++ b/source/_includes/integrations/config_flow.md @@ -22,7 +22,7 @@ manually: {% endif %} - Browse to your Home Assistant instance. -- Go to **{% my integrations icon title="Settings > Devices & Services" %}**. +- Go to **{% my integrations icon title="Settings > Devices & services" %}**. {% if page.ha_integration_type == 'helper' %} - At the top of the screen, select the tab: **{% my helpers %}**. - In the bottom right corner, select the diff --git a/source/voice_control/assist_create_open_ai_personality.markdown b/source/voice_control/assist_create_open_ai_personality.markdown index 41cece80ca9..c31937aceb8 100644 --- a/source/voice_control/assist_create_open_ai_personality.markdown +++ b/source/voice_control/assist_create_open_ai_personality.markdown @@ -44,7 +44,7 @@ Using OpenAI requires an OpenAI account. For this tutorial, the free trial optio 1. [Set up an OpenAI account and install the OpenAI conversation](/integrations/openai_conversation/) integration. 2. Create a Mario personality. - - Once you installed the **OpenAI Conversation** integration, go to {% my integrations title="**Settings** > **Devices & Services**" %}. In the **OpenAI Conversation integration**, select **Configure**. + - Once you installed the **OpenAI Conversation** integration, go to {% my integrations title="**Settings** > **Devices & services**" %}. In the **OpenAI Conversation integration**, select **Configure**. ![Configure the OpenAI integration](/images/assist/assistant-openai-mario-config.png) - In the **Prompt template** field, enter the following text: diff --git a/source/voice_control/create_wake_word.markdown b/source/voice_control/create_wake_word.markdown index 29a814f8800..8af045b3b1e 100644 --- a/source/voice_control/create_wake_word.markdown +++ b/source/voice_control/create_wake_word.markdown @@ -70,7 +70,7 @@ Depending on the word, training a model on your own wake word may take a few ite - Then, select your own personal wake word. - If there is no **Wake word** option, make sure you have the add-on installed and successfully completed the [$13 voice assistant for Home Assistant](/voice_control/thirteen-usd-voice-remote/) tutorial. 6. Enable this new assistant on your ATOM Echo device. - - Go to {% my integrations title="**Settings** > **Devices & Services**" %} and select the **ESPHome** integration. + - Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the **ESPHome** integration. - Under **M5Stack ATOM Echo**, select **1 device**. - Under **Configuration**, make sure **Use wake word** is enabled. - Select the assistant with your wake word. @@ -85,7 +85,7 @@ Depending on the word, training a model on your own wake word may take a few ite ### Troubleshooting wake word recognition 1. If the ATOM Echo does not start blinking blue when you say the wake word, there are a few things you can try. -2. Go to {% my integrations title="**Settings** > **Devices & Services**" %} and select the **ESPHome** integration. +2. Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the **ESPHome** integration. - Under **M5Stack ATOM Echo**, select **1 device**. - Under **Controls**, make sure **Use wake word** is enabled. 3. If this was not the issue, you may need to tweak the wake word model. diff --git a/source/voice_control/install_wake_word_add_on.markdown b/source/voice_control/install_wake_word_add_on.markdown index fe8b3a327c7..5df1ca7bcf5 100644 --- a/source/voice_control/install_wake_word_add_on.markdown +++ b/source/voice_control/install_wake_word_add_on.markdown @@ -22,7 +22,7 @@ Enabling a wake word consists of 2 steps: 1. Go to {% my supervisor_addon addon="core_openwakeword" title="**Settings** > **Add-ons** > **openWakeWord**" %} and select **Install**. 2. **Start** the add-on. -3. Go to {% my integrations title="**Settings** > **Devices & Services**" %}. +3. Go to {% my integrations title="**Settings** > **Devices & services**" %}. - Under **Discovered**, you should now see the **openWakeWord** integration. - Select **Configure** and **Submit**. - **Result**: You have successfully installed the openWakeWord add-on and Wyoming integration. diff --git a/source/voice_control/s3_box_voice_assistant.markdown b/source/voice_control/s3_box_voice_assistant.markdown index 581255f0e33..79262b5f3b7 100644 --- a/source/voice_control/s3_box_voice_assistant.markdown +++ b/source/voice_control/s3_box_voice_assistant.markdown @@ -195,14 +195,14 @@ Before you can use this device with Home Assistant, you need to install a bit of ## Turning off microphone or screen 1. If you do not want to Assist to listen for a while, you can turn off the microphone. - - Go to {% my integrations title="**Settings** > **Devices & Services**" %} and select the **ESPHome** integration. + - Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the **ESPHome** integration. - Under **ESP32-S3-BOX-3**, select **1 device**. - Enable **Mute**. - The screen of the ESP32-S3-BOX-3 will turn off, too. ![Toggle to enable/disable Mute](/images/assist/wake_word_disable.png) 2. If you want to just use the wake word, but do not want to use the screen, you can turn it off. - - Go to {% my integrations title="**Settings** > **Devices & Services**" %} and select the **ESPHome** integration. + - Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the **ESPHome** integration. - Under **ESP32-S3-BOX-3**, select **1 device**. - Disable **LCD Backlight**. diff --git a/source/voice_control/thirteen-usd-voice-remote.markdown b/source/voice_control/thirteen-usd-voice-remote.markdown index 51dd0207719..118f18a1c18 100644 --- a/source/voice_control/thirteen-usd-voice-remote.markdown +++ b/source/voice_control/thirteen-usd-voice-remote.markdown @@ -68,14 +68,14 @@ Before you can use this device with Home Assistant, you need to install a bit of 3. Your command is not supported? Add your own commands using [a sentence trigger](/voice_control/custom_sentences/). 4. You find ATOM Echo takes too long to start processing your command? - Adjust the silence detection settings. This setting defines how much silence is needed for Assist to find you're done speaking and it can start processing your command. - - Go to {% my integrations title="**Settings** > **Devices & Services**" %} and select the **ESPHome** integration. + - Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the **ESPHome** integration. - Under **M5Stack ATOM Echo**, select **1 device**. ![Open My link](/images/assist/esp32-atom_silence_detection_01.png) ## Disabling wake word and use push-to-talk 1. If you do not want to use a wake word, but prefer to use the microphone by pressing a button, you can disable the wake word. -2. Go to {% my integrations title="**Settings** > **Devices & Services**" %} and select the **ESPHome** integration. +2. Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the **ESPHome** integration. - Under **M5Stack ATOM Echo**, select **1 device**. 3. Disable **Use wake word**. diff --git a/source/voice_control/troubleshooting_the_s3_box.markdown b/source/voice_control/troubleshooting_the_s3_box.markdown index 470be2efe39..277986b9f8c 100644 --- a/source/voice_control/troubleshooting_the_s3_box.markdown +++ b/source/voice_control/troubleshooting_the_s3_box.markdown @@ -74,7 +74,7 @@ This message indicates that the device could connect to the Wi-Fi, but is unable - In this case, there is nothing you need to do. It is expected that the device temporarily stops communicating. 2. Make sure your device is on the same network as Home Assistant. - If you have a complex network setup with VLAN, make sure it is in the same VLAN. -3. Go to {% my integrations title="**Settings** > **Devices & Services**" %}. +3. Go to {% my integrations title="**Settings** > **Devices & services**" %}. - If the device is shown as **Discovered**, select **Configure**. ![ESP32-S3-BOX-3 open config file](/images/assist/esp32-discovered.png) - If it was not discovered, select [**Add integration** > **ESPHome**](https://my.home-assistant.io/redirect/config_flow_start/?domain=esphome). diff --git a/source/voice_control/voice_remote_local_assistant.markdown b/source/voice_control/voice_remote_local_assistant.markdown index 7bf74c3677d..8436bee5aae 100644 --- a/source/voice_control/voice_remote_local_assistant.markdown +++ b/source/voice_control/voice_remote_local_assistant.markdown @@ -32,7 +32,7 @@ For the quickest way to get your local Assist pipeline started, follow these ste ![Install the Whisper and Piper add-ons](/images/assist/piper-whisper-install-01.png) - If you want to use a wake word, also install the {% my supervisor_addon addon="core_openwakeword" title="**openWakeWord**" %} add-on. - Start the add-ons. - - Once the add-ons are started, head over to the integrations under {% my integrations title="**Settings** > **Devices & Services**" %}. + - Once the add-ons are started, head over to the integrations under {% my integrations title="**Settings** > **Devices & services**" %}. - You should now see Piper and Whisper being discovered by the [Wyoming integration](/integrations/wyoming/). ![Whisper and Piper integrations](/images/assist/piper-whisper-install-new-02.png) - For each integration, select **Configure**. diff --git a/source/voice_control/worlds-most-private-voice-assistant.markdown b/source/voice_control/worlds-most-private-voice-assistant.markdown index 82bc6e5b35a..fbf1d697c16 100644 --- a/source/voice_control/worlds-most-private-voice-assistant.markdown +++ b/source/voice_control/worlds-most-private-voice-assistant.markdown @@ -58,7 +58,7 @@ your smart home and issue commands and get responses. ## Setting up the phone in Home Assistant -1. In Home Assistant, go to {% my config_flow_start domain="voip" title="**Settings** > **Devices & Services** > **Add integration**" %} and add the **Voice over IP** integration. +1. In Home Assistant, go to {% my config_flow_start domain="voip" title="**Settings** > **Devices & services** > **Add integration**" %} and add the **Voice over IP** integration. ![Voice over IP integration](/images/assist/voip_install.png) 2. Once you see the integration, pick up the phone. - You should now hear the message *This is your smart home speaking. Your phone is connected, but you must configure it within Home Assistant.*