mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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:
|
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).
|
- 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 product_name %}{{ include.name | default: page.product_name }}{% endcapture %}
|
||||||
{% capture device_name_entry %}{{ include.name | default: page.device_name_entry }}{% 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.
|
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.
|
- Under **Devices**, next to the **{{device_name_entry}}** entry, select the three-dots menu.
|
||||||
- Select **Delete**.
|
- Select **Delete**.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: "ESP32-S3-BOX-3 voice assistant"
|
title: "ESP32-S3-BOX-3 voice assistant"
|
||||||
product_name: ESP32-S3-BOX-3
|
product_name: ESP32-S3-BOX-3
|
||||||
device_name_entry: 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.
|
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)
|
- 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
|
- 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 %}
|
{% include voice_assistant/add_wake_word_to_voice_assistant.md %}
|
||||||
|
|
||||||
## Installing the software onto the ESP32-S3-BOX-3
|
## 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.
|
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 %}
|
{% include voice_assistant/install_esp_firmware_delete_firmware.md %}
|
||||||
|
|
||||||
### To install the software on your ESP32-S3-BOX-3
|
### 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/)
|
- [Create your own wake words](/voice_control/create_wake_word/)
|
||||||
- [General troubleshooting section for Assist](/voice_control/troubleshooting/)
|
- [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)
|
- [Access to your configuration files](/common-tasks/os/#configuring-access-to-files)
|
||||||
- [Using a sentence trigger](/voice_control/custom_sentences/)
|
- [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)
|
- [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
|
- 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 %}
|
{% 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 %}
|
{% 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
|
## 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