Esphome web server without internet

hi there, i want to make the Web server component independent of internet connection but something is messing it up. I downloaded the webserver-v1.min.css and webserver-v1.min.js files from the esphome webpage and saved them to config/esphome/esphome-docs/_static and in the config I added the following.

web_server:
  port: 80
  css_include: "/config/esphome/esphome-docs/_static/webserver-v1.min.css"
  css_url: ""
  js_include: "/config/esphome/esphome-docs/_static/webserver-v1.min.js"
  js_url: ""

It worked for some devices but for others it stopped the web server component all together, also in some others this stopped working when the internet was down. But the api of all these devices was working fine. why is this happening, Is there anymore settings to change?

2 Likes