Skip to content
Snippets Groups Projects
Commit d1678cd3 authored by nandXor's avatar nandXor
Browse files

Fix Webserver missing css and js

parent 9a85a3b4
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,6 @@ logger:
# Enable integrated WebServer
web_server:
port: 80
css_include: "webserver-v1.min.css"
css_url: ""
js_include: "webserver-v1.min.js"
js_url: ""
# Activates prometheus /metrics endpoint
prometheus:
......@@ -34,4 +29,4 @@ prometheus:
mqtt:
broker: 192.168.0.201
discovery: false
topic_prefix: "ESPHome/{{ devicename }}"
\ No newline at end of file
topic_prefix: "ESPHome/{{ devicename }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment