Web Server moved to separate file

This commit is contained in:
Nikolay Vasilchuk
2022-02-15 12:03:47 +03:00
parent 7067d807d0
commit 1940d13c34
3 changed files with 4 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ packages:
base: !include domofon_packages/base.yaml
api: !include domofon_packages/api.yaml
#mqtt: !include domofon_packages/mqtt.yaml
web_server: !include domofon_packages/web_server.yaml
number: !include domofon_packages/number.yaml
script: !include domofon_packages/script.yaml
output: !include domofon_packages/output.yaml

View File

@@ -24,8 +24,6 @@ wifi:
captive_portal:
web_server:
logger:
baud_rate: 0
logs:
@@ -91,4 +89,4 @@ text_sensor:
sprintf(buffer, "%ud %02uh %02um %02us", dys, hrs, mnts, dur);
return {buffer};
icon: mdi:clock-start
update_interval: 60s
update_interval: 60s

View File

@@ -0,0 +1,2 @@
web_server:
port: 80