diff --git a/source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown b/source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
index 78b8c6cfdcb..c20093b7da3 100644
--- a/source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
+++ b/source/_posts/2023-12-13-year-of-the-voice-chapter-5.markdown
@@ -30,7 +30,7 @@ Happy holidays!
-Assist running on the ESP32-S3-BOX-3.
+Assist running on the ESP32-S3-BOX.
@@ -40,8 +40,8 @@ Assist running on the ESP32-S3-BOX-3.
Espressif recently released the [ESP32-S3-BOX-3], an update of the discontinued ESP32-S3-BOX (and "lite" variant). This "AIoT" development kit contains an ESP32-S3 chip, dual microphones, a small speaker, and a screen. Several docks are available in the box, which expose a USB-C power connector and GPIO pins for expanding the device.
-
-Assist running on the ESP32-S3-BOX-3 with custom artwork.
+
+Assist running on the ESP32-S3-BOX with custom artwork.
The [ESPHome] team has been hard at work adding support for the S3-BOX-3, including the ability to customize the display! Check out the [S3-BOX-3 tutorial][s3-box-tutorial] to get started.
@@ -58,7 +58,7 @@ Starting all the way back in [Chapter 1], we added voice commands for:
- Turning lights and other devices on and off
- Opening and closing doors, windows, etc.
- Setting the brightness and color of lights
-- Adding items to a shopping list
+- Adding items to a shopping list
- Asking questions, such as which windows are open in an area
For Chapter 5, we've extended this list to include:
@@ -80,7 +80,7 @@ Voice satellites can be placed all around the house, and it's important to keep
Voice satellites make use of the area they're in.
-This is a small start to satellites being aware of their *context*, and adjusting behavior accordingly.
+This is a small start to satellites being aware of their *context*, and adjusting behavior accordingly.
## Improved Raspberry Pi satellites
@@ -120,22 +120,22 @@ Thanks to our language leaders for extending the sentence support to all the var
-[Year of the Voice]: https://www.home-assistant.io/blog/2022/12/20/year-of-voice/
-[Chapter 1]: https://www.home-assistant.io/blog/2023/01/26/year-of-the-voice-chapter-1/
-[Chapter 4]: https://www.home-assistant.io/blog/2023/10/20/year-of-the-voice-chapter-4/
-[Assist]: https://www.home-assistant.io/voice_control/
-[exposed]: https://www.home-assistant.io/voice_control/voice_remote_expose_devices/
-[alias]: https://www.home-assistant.io/voice_control/aliases
+[Year of the Voice]: /blog/2022/12/20/year-of-voice/
+[Chapter 1]: /blog/2023/01/26/year-of-the-voice-chapter-1/
+[Chapter 4]: /blog/2023/10/20/year-of-the-voice-chapter-4/
+[Assist]: /voice_control/
+[exposed]: /voice_control/voice_remote_expose_devices/
+[alias]: /voice_control/aliases
[wyoming]: https://github.com/rhasspy/wyoming
[openWakeWord]: https://github.com/dscripka/openWakeWord
[Piper]: https://github.com/rhasspy/piper/
[community-wake-words]: https://github.com/fwartner/home-assistant-wakewords-collection
[ESP32-S3-BOX-3]: https://www.espressif.com/en/news/ESP32-S3-BOX-3
-[wyoming]: https://www.home-assistant.io/integrations/wyoming
+[wyoming]: /integrations/wyoming
[wyoming-satellite]: https://github.com/rhasspy/wyoming-satellite
[rpi-zero-2w]: https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/
-[s3-box-tutorial]: https://www.home-assistant.io/voice_control/s3_box_voice_assistant/
+[s3-box-tutorial]: /voice_control/s3_box_voice_assistant/
[ESPHome]: https://esphome.io
[nabucasa]: https://www.nabucasa.com
[phone-tutorial]: https://www.home-assistant.io/voice_control/worlds-most-private-voice-assistant/
-[m5-tutorial]: http://localhost:4000/voice_control/thirteen-usd-voice-remote/
+[m5-tutorial]: /voice_control/thirteen-usd-voice-remote/
diff --git a/source/voice_control/s3-box-customize.markdown b/source/voice_control/s3-box-customize.markdown
index 77ded2fda15..307d4fb2cb0 100644
--- a/source/voice_control/s3-box-customize.markdown
+++ b/source/voice_control/s3-box-customize.markdown
@@ -8,7 +8,7 @@ This tutorial will show you how to replace the Home Assistant status illustratio
You can either prepare your own illustrations or import some from a community repository.
-
## ESP32-S3-BOX-3 voice assistant status illustrations
@@ -75,7 +75,7 @@ If you want to use your own images, skip this procedure and go to [Option 2: Usi
4. Save the changes and select **Install**:
- Depending on your environment, the installation process can take a while.

-
+
5. Once the installation is complete, you can see the new image on the ESP32-S3-BOX-3.
- Now, speak a command to test the new setting. For example, *OK Nabu, turn off the living room lights*.
@@ -99,7 +99,7 @@ In your images, you could use 2 different background colors:
- For loading and idle: use a dark background
- For listening, thinking, and replying: use a light background
- For error: As you like
-
+
If your images have transparency, you can define the background color in the configuration. The procedure below shows how to change the background.
#### Image dimensions and file format
@@ -110,7 +110,7 @@ If your images have transparency, you can define the background color in the con
### To prepare your own images
1. Create your own images according to the specifications defined in the section [About the image specifications](#about-the-image-specifications).
- - You could even draw your own!
+ - You could even draw your own!
- There's a [template](#to-draw-your-own-images) for it.
2. Copy all 6 images into a folder. For example: `voice_assistant_gfx`.
3. Make sure you have [access to your configuration files](/common-tasks/os/#configuring-access-to-files).
diff --git a/source/voice_control/s3_box_voice_assistant.markdown b/source/voice_control/s3_box_voice_assistant.markdown
index 0f405d5802c..a62350b76e7 100644
--- a/source/voice_control/s3_box_voice_assistant.markdown
+++ b/source/voice_control/s3_box_voice_assistant.markdown
@@ -7,7 +7,7 @@ config_link: /voice_control/s3_box_voice_assistant/#to-delete-the-configuration-
This tutorial will guide you to turn an ESP32-S3-BOX-3 into a Home Assistant voice assistant.
-
## Prerequisites
@@ -35,7 +35,7 @@ Before you can use this device with Home Assistant, you need to install a bit of
- - 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.
+ - If you have an ESP32-S3-BOX or ESP32-S3-BOX-Lite, open the [ESPHome projects](https://esphome.io/projects/index.html?type=voice) page, select your variant and follow the installation instructions.
- **For advanced users**: The configuration files are available on GitHub:
- [ESP32-S3-BOX-3](https://github.com/esphome/firmware/blob/main/voice-assistant/esp32-s3-box-3.yaml)
@@ -45,7 +45,7 @@ Before you can use this device with Home Assistant, you need to install a bit of

- Your ESP32-S3-BOX-3 is connected to Home Assistant over Wi-Fi. You can now move it to any place in your home with a USB power supply.
-
+
10. Congratulations! You can now voice control Home Assistant via a ESP32 device with a display. Now give some commands.
## Controlling Home Assistant
@@ -66,13 +66,13 @@ Before you can use this device with Home Assistant, you need to install a bit of
- Under **ESP32-S3-BOX-3**, select **1 device**.
- Enable **Mute**.
- The screen of the ESP32-S3-BOX-3 will turn off, too.
-
+

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.
- Under **ESP32-S3-BOX-3**, select **1 device**.
- Disable **LCD Backlight**.
-
+

## Related topics