|
@@ -267,6 +267,7 @@
|
|
"name": "ESPHome",
|
|
"name": "ESPHome",
|
|
"version": "2021.11.0",
|
|
"version": "2021.11.0",
|
|
"home_assistant_domain": "esphome",
|
|
"home_assistant_domain": "esphome",
|
|
|
|
+ "new_install_skip_erase": false,
|
|
"builds": [
|
|
"builds": [
|
|
{
|
|
{
|
|
"chipFamily": "ESP32",
|
|
"chipFamily": "ESP32",
|
|
@@ -297,6 +298,14 @@
|
|
optional key <code>home_assistant_domain</code>. If present, ESP Web
|
|
optional key <code>home_assistant_domain</code>. If present, ESP Web
|
|
Tools will link the user to add this device to Home Assistant.
|
|
Tools will link the user to add this device to Home Assistant.
|
|
</p>
|
|
</p>
|
|
|
|
+ <p>
|
|
|
|
+ By default a new installation will erase the entire flash. If you want
|
|
|
|
+ to skip this step, set the optional key
|
|
|
|
+ <code>new_install_skip_erase</code> to <code>true</code>. ESP Web Tools
|
|
|
|
+ considers it a new installation if it is unable to detect the current
|
|
|
|
+ firmware of the device (via Improv Serial) or if the detected firmware
|
|
|
|
+ does not match the name specififed in the manifest.
|
|
|
|
+ </p>
|
|
<h3 id="improv">Wi-Fi provisioning</h3>
|
|
<h3 id="improv">Wi-Fi provisioning</h3>
|
|
<p>
|
|
<p>
|
|
ESP Web Tools has support for the
|
|
ESP Web Tools has support for the
|