Upgrade to ESP Web Tools to v10 (#31533)

This commit is contained in:
Paulus Schoutsen 2024-02-21 10:49:41 -05:00 committed by GitHub
parent d704efbd28
commit 6d99427bba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -96,7 +96,7 @@ If you have an ESP32 or ESP8266 device handy, you can try it out right here:
<center style="margin-bottom: 25px">
<script
type="module"
src="https://unpkg.com/esp-web-tools@3.3.0/dist/web/install-button.js?module"
src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"
></script><esp-web-install-button
manifest="https://esphome.github.io/esp-web-tools/static/firmware_build/manifest.json"
></esp-web-install-button>

View File

@ -31,7 +31,7 @@ Before you can use this device with Home Assistant, you need to install a bit of
- If you have an ESP32-S3-BOX-3, select the **Connect** button below to display a list of available USB devices. Do not connect the ESP32-S3-BOX-3 yet. We want to see the list of available USB devices first, so that it is easier to recognize the ESP device afterwards.
- If your browser does not support web serial, you will see a warning message indicating this instead of a button.
<script type="module" src="https://unpkg.com/esp-web-tools@9/dist/web/install-button.js?module"></script>
<script type="module" src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"></script>
<esp-web-install-button manifest="https://firmware.esphome.io/voice-assistant/esp32-s3-box-3/manifest.json"></esp-web-install-button>

View File

@ -29,7 +29,7 @@ Before you can use this device with Home Assistant, you need to install a bit of
1. Make sure this page is opened in a Chromium-based browser on a desktop. It does not work on a tablet or phone.
- Select the **Connect** button below. If your browser does not support web serial, you will see a warning instead of a button.
<script type="module" src="https://unpkg.com/esp-web-tools@9/dist/web/install-button.js?module"></script>
<script type="module" src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"></script>
<esp-web-install-button manifest="https://firmware.esphome.io/voice-assistant/m5stack-atom-echo/manifest.json"></esp-web-install-button>
- **For advanced users**: The configuration file is available on [GitHub](https://github.com/esphome/firmware/blob/main/voice-assistant/m5stack-atom-echo.yaml).
@ -63,7 +63,7 @@ Before you can use this device with Home Assistant, you need to install a bit of
2. Go to {% my integrations title="**Settings** > **Devices & Services**" %} and select the **ESPHome** integration.
- Under **M5Stack ATOM Echo**, select **1 device**.
3. Disable **Use wake word**.
![Toggle to enable/disable wake word](/images/assist/wake_word_disable_on_atom_echo.png)
4. To start using push-to-talk, press the flat button with rounded shape on your ATOM Echo.
- The rectangular button on the side is the reset button. Do not press that one.
@ -85,4 +85,4 @@ Are things not working as expected?
- [Access to your configuration files](/common-tasks/os/#configuring-access-to-files)
- [Using a sentence trigger](/voice_control/custom_sentences/)
- [Home Assistant Cloud](/voice_control/voice_remote_cloud_assistant/)
- [Manually configured Assist pipeline](/voice_control/voice_remote_local_assistant)
- [Manually configured Assist pipeline](/voice_control/voice_remote_local_assistant)