@@ -30,14 +30,14 @@ web_server:
3030
3131- **port** (*Optional*, int): The port the web server should open its socket on.
3232- **css_url** (*Optional*, url): The URL that should be used for the CSS stylesheet. Defaults
33- to <https://esphome.io/_static /webserver-v1.min.css> (updates will go to ` v2`, `v3`, etc). Can be set to empty string.
33+ to <https://oi. esphome.io/v1 /webserver-v1.min.css> (updates will go to ` v2`, `v3`, etc). Can be set to empty string.
3434
3535- **css_include** (*Optional*, local file): Path to local file to be included in web server index page.
3636 Contents of this file will be served as `/0.css` and used as CSS stylesheet by internal webserver.
3737 Useful when building device without internet access, where you want to use built-in AP and webserver.
3838
3939- **js_url** (*Optional*, url): The URL that should be used for the JS script. Defaults
40- to <https://esphome.io/_static /webserver-v1.min.js>. Can be set to empty string.
40+ to <https://oi. esphome.io/v1 /webserver-v1.min.js>. Can be set to empty string.
4141
4242- **js_include** (*Optional*, local file): Path to local file to be included in web server index page.
4343 Contents of this file will be served as `/0.js` and used as JS script by internal webserver.
@@ -80,7 +80,7 @@ web_server:
8080 ` sorting_weight` will be displayed first. Defaults to `50`
8181
8282To conserve flash size, the CSS and JS files used on the root page to show a simple user
83- interface are hosted by esphome.io. If you want to use your own service, use the
83+ interface are externally hosted at oi. esphome.io. If you want to use your own service, use the
8484` css_url` and `js_url` options in your configuration.
8585
8686> [!NOTE]
0 commit comments