Use manifest from firmware.esphome.io directly

This commit is contained in:
Paulus Schoutsen 2023-04-20 14:59:46 -04:00
parent 63d73f7a71
commit e25b30551d
2 changed files with 3 additions and 60 deletions

View File

@ -245,10 +245,7 @@
</div> </div>
<div class="name">2Smart</div> <div class="name">2Smart</div>
</a> </a>
<a <a href="https://clockwise.page" target="_blank" class="project">
href="https://clockwise.page"
target="_blank"
class="project">
<div class="logo"> <div class="logo">
<img src="static/logos/clockwise.png" alt="Clockwise logo" /> <img src="static/logos/clockwise.png" alt="Clockwise logo" />
</div> </div>
@ -259,8 +256,7 @@
<h2>How it works</h2> <h2>How it works</h2>
<p> <p>
ESP Web Tools works by combining ESP Web Tools works by combining
<a <a href="https://developer.mozilla.org/docs/Web/API/Web_Serial_API"
href="https://developer.mozilla.org/docs/Web/API/Web_Serial_API"
>Web Serial</a >Web Serial</a
>, <a href="https://www.improv-wifi.com/">Improv Wi-Fi</a> (optional), >, <a href="https://www.improv-wifi.com/">Improv Wi-Fi</a> (optional),
and a manifest which describes the firmware. ESP Web Tools detects the and a manifest which describes the firmware. ESP Web Tools detects the
@ -349,7 +345,7 @@
</p> </p>
<pre> <pre>
&lt;esp-web-install-button &lt;esp-web-install-button
manifest="/static/firmware_build/manifest.json" manifest="https://firmware.esphome.io/esphome-web/manifest.json"
>&lt;/esp-web-install-button></pre >&lt;/esp-web-install-button></pre
> >
<p> <p>

View File

@ -1,53 +0,0 @@
{
"name": "ESPHome",
"version": "2022.12.8",
"home_assistant_domain": "esphome",
"funding_url": "https://esphome.io/guides/supporters.html",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "https://firmware.esphome.io/esphome-web/esp32/esphome-web-esp32.bin",
"offset": 0
}
]
},
{
"chipFamily": "ESP32-C3",
"parts": [
{
"path": "https://firmware.esphome.io/esphome-web/esp32c3/esphome-web-esp32c3.bin",
"offset": 0
}
]
},
{
"chipFamily": "ESP32-S2",
"parts": [
{
"path": "https://firmware.esphome.io/esphome-web/esp32s2/esphome-web-esp32s2.bin",
"offset": 0
}
]
},
{
"chipFamily": "ESP32-S3",
"parts": [
{
"path": "https://firmware.esphome.io/esphome-web/esp32s3/esphome-web-esp32s3.bin",
"offset": 0
}
]
},
{
"chipFamily": "ESP8266",
"parts": [
{
"path": "https://firmware.esphome.io/esphome-web/esp8266/esphome-web-esp8266.bin",
"offset": 0
}
]
}
]
}