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: ...@@ -21,11 +21,6 @@ logger:
# Enable integrated WebServer # Enable integrated WebServer
web_server: web_server:
port: 80
css_include: "webserver-v1.min.css"
css_url: ""
js_include: "webserver-v1.min.js"
js_url: ""
# Activates prometheus /metrics endpoint # Activates prometheus /metrics endpoint
prometheus: prometheus:
...@@ -34,4 +29,4 @@ prometheus: ...@@ -34,4 +29,4 @@ prometheus:
mqtt: mqtt:
broker: 192.168.0.201 broker: 192.168.0.201
discovery: false discovery: false
topic_prefix: "ESPHome/{{ devicename }}" topic_prefix: "ESPHome/{{ devicename }}"
\ No newline at end of file
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