mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Voice assistant cleanup (#30317)
This commit is contained in:
parent
43eb260dd8
commit
e05eae0e06
@ -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).
|
||||
|
@ -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**.
|
||||
|
@ -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/)
|
||||
|
@ -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 %}
|
||||
|
||||
|
@ -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)
|
||||
- [Creating a ESP32-S3-BOX-3 voice assistant](/voice_control/s3_box_voice_assistant/)
|
||||
- [ESPHome projects website](https://esphome.io/projects/index.html)
|
Loading…
x
Reference in New Issue
Block a user