mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Upgrade to ESP Web Tools to v10 (#31533)
This commit is contained in:
parent
d704efbd28
commit
6d99427bba
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user