From 53902165490355ba2e10accf902d8cdab7be722d Mon Sep 17 00:00:00 2001 From: Jonathas Barbosa Date: Fri, 19 May 2023 23:49:02 -0300 Subject: [PATCH] Fix new manifest location (#367) --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 683c558..0137453 100644 --- a/index.html +++ b/index.html @@ -171,7 +171,7 @@ ESPHome. To get started, connect an ESP device to your computer and hit the button:

- + The demo is not available because your browser does not support Web Serial. Open this page in Google Chrome or Microsoft Edge instead
 <esp-web-install-button
-  manifest="/static/firmware_build/manifest.json"
+  manifest="https://firmware.esphome.io/esphome-web/manifest.json"
 >
   <button slot="activate">Custom install button</button>
   <span slot="unsupported">Ah snap, your browser doesn't work!</span>