[CI] add web_server v1 test (#7090)

This commit is contained in:
tomaszduda23 2024-07-16 07:14:33 +02:00 committed by GitHub
parent 0b3fe73b74
commit 8980996b1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 16 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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