mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
[CI] add web_server v1 test (#7090)
This commit is contained in:
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:
|
||||||
|
|
5
tests/components/web_server/common_v1.yaml
Normal file
5
tests/components/web_server/common_v1.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<<: !include common.yaml
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 8080
|
||||||
|
version: 1
|
5
tests/components/web_server/common_v2.yaml
Normal file
5
tests/components/web_server/common_v2.yaml
Normal file
|
@ -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
|
||||||
|
|
1
tests/components/web_server/test_v1.esp32-ard.yaml
Normal file
1
tests/components/web_server/test_v1.esp32-ard.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<<: !include common_v1.yaml
|
Loading…
Reference in a new issue