enable web server

This commit is contained in:
Patrick Moessler 2024-01-14 01:55:46 +01:00
parent 20c3b02dba
commit 0b35738aa1

View file

@ -31,6 +31,9 @@ wifi:
captive_portal: captive_portal:
web_server:
local: true
external_components: external_components:
- source: - source:
type: local type: local
@ -45,7 +48,7 @@ time:
then: then:
- logger.log: - logger.log:
level: INFO level: INFO
format: "%2d%2d%2d%2d" format: "%2d %2d %2d %2d"
args: ['int(id(runtime).state/3600)%24', 'int(id(runtime).state/60)%60', 'int(id(runtime).state)%60', 'int(id(runtime).state-int(id(runtime).state)*25)'] args: ['int(id(runtime).state/3600)%24', 'int(id(runtime).state/60)%60', 'int(id(runtime).state)%60', 'int(id(runtime).state-int(id(runtime).state)*25)']
spi: spi: