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"> <center style="margin-bottom: 25px">
<script <script
type="module" 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 ></script><esp-web-install-button
manifest="https://esphome.github.io/esp-web-tools/static/firmware_build/manifest.json" manifest="https://esphome.github.io/esp-web-tools/static/firmware_build/manifest.json"
></esp-web-install-button> ></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 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. - 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> <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. 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. - 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> <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). - **For advanced users**: The configuration file is available on [GitHub](https://github.com/esphome/firmware/blob/main/voice-assistant/m5stack-atom-echo.yaml).