Enable web server for debugging purposes
This commit is contained in:
parent
4be6a880f1
commit
58dd5cd58b
@ -12,6 +12,12 @@ api:
|
||||
ota:
|
||||
password: !secret ota_password
|
||||
|
||||
web_server:
|
||||
port: 80
|
||||
auth:
|
||||
username: !secret web_server_username
|
||||
password: !secret web_server_password
|
||||
|
||||
wifi:
|
||||
ssid: "CMS-HVAC"
|
||||
password: !secret wifi_password
|
||||
|
Loading…
Reference in New Issue
Block a user