From 354ec1f1891a16bdbbd176b230ac9d4dd2fc8eca Mon Sep 17 00:00:00 2001 From: Christian Ferbar <5595808+ferbar@users.noreply.github.com> Date: Sun, 6 Nov 2022 07:15:57 +0100 Subject: [PATCH] Fix Example configuration entry V1 (#2271) --- components/web_server.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/web_server.rst b/components/web_server.rst index 78c95f4c4..4e1e29efe 100644 --- a/components/web_server.rst +++ b/components/web_server.rst @@ -110,8 +110,10 @@ Force to turn off OTA function because the missing authentication. # Example configuration entry V1 web_server: port: 80 + version: 1 ota: false css_include: "../../../esphome-docs/_static/webserver-v1.min.css" + css_url: "" js_include: "../../../esphome-docs/_static/webserver-v1.min.js" js_url: ""