diff --git a/source/voice_control/s3_box_voice_assistant.markdown b/source/voice_control/s3_box_voice_assistant.markdown index 9b0e43d64c0..b3d990f336d 100644 --- a/source/voice_control/s3_box_voice_assistant.markdown +++ b/source/voice_control/s3_box_voice_assistant.markdown @@ -18,7 +18,7 @@ This tutorial will guide you to turn an ESP32-S3-BOX-3 into a Home Assistant voi - Chrome or Edge browser on a desktop (not Android/iOS) - One of the three Espressif ESP32-S3-BOX variants: - [ESP32-S3-BOX-3](https://www.aliexpress.us/item/1005005920207976.html?gatewayAdapt=4itemAdapt) - - ESP32-S3-BOX or ESP32-S3-BOX-Lite (they are not currently on the market) + - ESP32-S3-BOX or ESP32-S3-BOX-Lite (not currently on the market) - USB-C cable to connect the ESP32-S3-BOX-3 ## Adding a wake word to your voice assistant @@ -37,15 +37,18 @@ If you have used the ESP32-S3-BOX-3 on Home Assistant before and have it install Before you can use this device with Home Assistant, you need to install a bit of software on it. -1. While keeping this tutorial page open, open the [ESPHome projects page](https://esphome.io/projects/index.html) in a Chrome or Edge browser on a desktop. It does not work on a tablet or phone. - - In the **I want to create a** section, select **Voice assistant**. - - Select the image of the ESP32-S3-BOX-3. - - From the list, select the product variant that you have. - - Select the **Connect** button. If your browser does not support web serial, you will see a warning instead of a button. +1. Make sure this page is opened in a Chromium-based browser on a desktop. It does not work on a tablet or phone. + + - If you have an ESP32-S3-BOX-3, select the **Connect** button below. If your browser does not support web serial, you will see a warning instead of a button. + + + + + + + - If you have an ESP32-S3-BOX or ESP32-S3-BOX-Lite, open the [ESPHome projects](https://esphome.io/projects/index.html) page, select your variant and follow the installation instructions. - **For advanced users**: The configuration files are available on GitHub: - - [ESP32-S3-BOX](https://github.com/esphome/firmware/blob/main/voice-assistant/esp32-s3-box.yaml) - [ESP32-S3-BOX-3](https://github.com/esphome/firmware/blob/main/voice-assistant/esp32-s3-box-3.yaml) - - [ESP32-S3-BOX-Lite](https://github.com/esphome/firmware/blob/main/voice-assistant/esp32-s3-box-lite.yaml) {% include voice_assistant/install_esp_firmware.md %}