web_server replaced by json

It takes less memory and provides the libraries needed for this project.
This commit is contained in:
Edward Firmo
2023-11-07 14:15:47 +01:00
parent c838216c1f
commit 24d2ff71b2
3 changed files with 13 additions and 8 deletions

View File

@@ -90,3 +90,11 @@ text_sensor:
bssid:
name: ${device_name} BSSID
disabled_by_default: true
##### WEB SERVER SETUP #####
web_server:
id: web_server_std
port: 80
auth:
username: admin
password: ${wifi_password}