mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 13:24:56 +02:00
[CI] add web_server v1 test (#7090)
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user