1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-29 02:09:44 +01:00

[CI] add web_server v1 test ()

This commit is contained in:
tomaszduda23
2024-07-16 07:14:33 +02:00
committed by GitHub
parent 0b3fe73b74
commit 8980996b1a
9 changed files with 16 additions and 9 deletions

@@ -2,10 +2,6 @@ wifi:
ssid: MySSID ssid: MySSID
password: password1 password: password1
web_server:
port: 8080
version: 2
binary_sensor: binary_sensor:
cover: cover:
fan: fan:

@@ -0,0 +1,5 @@
<<: !include common.yaml
web_server:
port: 8080
version: 1

@@ -0,0 +1,5 @@
<<: !include common.yaml
web_server:
port: 8080
version: 2

@@ -1 +1 @@
<<: !include common.yaml <<: !include common_v2.yaml

@@ -1 +1 @@
<<: !include common.yaml <<: !include common_v2.yaml

@@ -1 +1 @@
<<: !include common.yaml <<: !include common_v2.yaml

@@ -1 +1 @@
<<: !include common.yaml <<: !include common_v2.yaml

@@ -1 +1 @@
<<: !include common.yaml <<: !include common_v2.yaml

@@ -0,0 +1 @@
<<: !include common_v1.yaml