Devices & services: fix capitalization

This commit is contained in:
c0ffeeca7 2024-07-17 10:56:25 +02:00
parent 321275e2a6
commit 10ac4d93c1
9 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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:

View File

@ -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.

View File

@ -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.

View File

@ -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**.

View File

@ -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**.

View File

@ -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).

View File

@ -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**.

View File

@ -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.*