enable web server
This commit is contained in:
parent
20c3b02dba
commit
0b35738aa1
1 changed files with 4 additions and 1 deletions
|
@ -31,6 +31,9 @@ wifi:
|
|||
|
||||
captive_portal:
|
||||
|
||||
web_server:
|
||||
local: true
|
||||
|
||||
external_components:
|
||||
- source:
|
||||
type: local
|
||||
|
@ -45,7 +48,7 @@ time:
|
|||
then:
|
||||
- logger.log:
|
||||
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)']
|
||||
|
||||
spi:
|
||||
|
|
Loading…
Reference in a new issue