diff --git a/source/_includes/voice_assistant/add_wake_word_to_voice_assistant.md b/source/_includes/voice_assistant/add_wake_word_to_voice_assistant.md index a54dc81d451..2be59e4c672 100644 --- a/source/_includes/voice_assistant/add_wake_word_to_voice_assistant.md +++ b/source/_includes/voice_assistant/add_wake_word_to_voice_assistant.md @@ -1,4 +1,3 @@ -## Adding a wake word to your voice assistant 1. Install the openWakeWord add-on: - Follow steps 1-3 of the procedure on [enabling a wake word](/voice_control/install_wake_word_add_on). diff --git a/source/_includes/voice_assistant/install_esp_firmware_delete_firmware.md b/source/_includes/voice_assistant/install_esp_firmware_delete_firmware.md index 52bb43cfe11..a820530c4e1 100644 --- a/source/_includes/voice_assistant/install_esp_firmware_delete_firmware.md +++ b/source/_includes/voice_assistant/install_esp_firmware_delete_firmware.md @@ -1,8 +1,6 @@ {% capture product_name %}{{ include.name | default: page.product_name }}{% endcapture %} {% capture device_name_entry %}{{ include.name | default: page.device_name_entry }}{% endcapture %} -### To delete the {{ product_name }} configuration from ESPHome - 1. Go to {% my integrations title="**Settings** > **Devices & Services**" %}, and select the ESPHome integration. - Under **Devices**, next to the **{{device_name_entry}}** entry, select the three-dots menu. - Select **Delete**. diff --git a/source/voice_control/s3_box_voice_assistant.markdown b/source/voice_control/s3_box_voice_assistant.markdown index 879f060b3df..9b0e43d64c0 100644 --- a/source/voice_control/s3_box_voice_assistant.markdown +++ b/source/voice_control/s3_box_voice_assistant.markdown @@ -2,7 +2,7 @@ title: "ESP32-S3-BOX-3 voice assistant" product_name: ESP32-S3-BOX-3 device_name_entry: ESP32-S3-BOX-3 -config_link: /voice_control/s3_box_voice_assistant/#to-delete-the-ESP32-S3-BOX-3-configuration-from-esphome +config_link: /voice_control/s3_box_voice_assistant/#to-delete-the-configuration-from-esphome --- This tutorial will guide you to turn an ESP32-S3-BOX-3 into a Home Assistant voice assistant. @@ -21,12 +21,16 @@ This tutorial will guide you to turn an ESP32-S3-BOX-3 into a Home Assistant voi - ESP32-S3-BOX or ESP32-S3-BOX-Lite (they are not currently on the market) - USB-C cable to connect the ESP32-S3-BOX-3 +## Adding a wake word to your voice assistant + {% include voice_assistant/add_wake_word_to_voice_assistant.md %} ## Installing the software onto the ESP32-S3-BOX-3 If you have used the ESP32-S3-BOX-3 on Home Assistant before and have it installed via ESPHome add-on, you first need to remove its configuration. +### To delete the configuration from ESPHome + {% include voice_assistant/install_esp_firmware_delete_firmware.md %} ### To install the software on your ESP32-S3-BOX-3 @@ -81,5 +85,7 @@ Before you can use this device with Home Assistant, you need to install a bit of - [Create your own wake words](/voice_control/create_wake_word/) - [General troubleshooting section for Assist](/voice_control/troubleshooting/) +- [Troubleshooting the ESP32-S3-BOX-3](/voice_control/troubleshooting_the_s3_box/) +- [ESPHome projects page](https://esphome.io/projects/index.html) - [Access to your configuration files](/common-tasks/os/#configuring-access-to-files) - [Using a sentence trigger](/voice_control/custom_sentences/) diff --git a/source/voice_control/thirteen-usd-voice-remote.markdown b/source/voice_control/thirteen-usd-voice-remote.markdown index fe14d063757..fd217d7f51b 100644 --- a/source/voice_control/thirteen-usd-voice-remote.markdown +++ b/source/voice_control/thirteen-usd-voice-remote.markdown @@ -21,11 +21,15 @@ your smart home. Issue commands and get responses! - [M5Stack ATOM Echo Development Kit](https://shop.m5stack.com/products/atom-echo-smart-speaker-dev-kit?ref=NabuCasa) - USB-C cable to connect the ATOM Echo +## Adding a wake word to your voice assistant + {% include voice_assistant/add_wake_word_to_voice_assistant.md %} -## Installing the software onto the {{ product_name }} +## Installing the software onto the ATOM Echo -If you have used the {{ product_name }} on Home Assistant before and have it installed via ESPHome add-on, you first need to remove its configuration. +If you have used the ATOM Echo on Home Assistant before and have it installed via ESPHome add-on, you first need to remove its configuration. + +### To delete the configuration from ESPHome {% include voice_assistant/install_esp_firmware_delete_firmware.md %} diff --git a/source/voice_control/troubleshooting_the_s3_box.markdown b/source/voice_control/troubleshooting_the_s3_box.markdown index f7ebfbaa540..d15060994d6 100644 --- a/source/voice_control/troubleshooting_the_s3_box.markdown +++ b/source/voice_control/troubleshooting_the_s3_box.markdown @@ -69,4 +69,5 @@ This message indicates that the device could connect to the Wi-Fi, but is unable ## Related topics -- [Assist Pipeline](/voice_control/voice_remote_local_assistant) \ No newline at end of file +- [Creating a ESP32-S3-BOX-3 voice assistant](/voice_control/s3_box_voice_assistant/) +- [ESPHome projects website](https://esphome.io/projects/index.html) \ No newline at end of file