mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
Adding some simple tests too
This commit is contained in:
parent
857c42f015
commit
8c42878a0f
6 changed files with 11 additions and 0 deletions
6
tests/components/loki/common.yaml
Normal file
6
tests/components/loki/common.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
loki:
|
||||
loki_host: http://foo.com
|
1
tests/components/loki/test.esp32-ard.yaml
Normal file
1
tests/components/loki/test.esp32-ard.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common.yaml
|
1
tests/components/loki/test.esp32-c3-ard.yaml
Normal file
1
tests/components/loki/test.esp32-c3-ard.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common.yaml
|
1
tests/components/loki/test.esp32-c3-idf.yaml
Normal file
1
tests/components/loki/test.esp32-c3-idf.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common.yaml
|
1
tests/components/loki/test.esp32-idf.yaml
Normal file
1
tests/components/loki/test.esp32-idf.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common.yaml
|
1
tests/components/loki/test.esp8266-ard.yaml
Normal file
1
tests/components/loki/test.esp8266-ard.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
<<: !include common.yaml
|
Loading…
Reference in a new issue