mirror of
https://github.com/esphome/esphome.git
synced 2025-10-03 18:42:23 +01:00
[nrf52] add more tests (#10694)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "cover.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include <strings.h>
|
||||
|
||||
namespace esphome {
|
||||
namespace cover {
|
||||
|
@@ -1,5 +1,6 @@
|
||||
#include "valve.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include <strings.h>
|
||||
|
||||
namespace esphome {
|
||||
namespace valve {
|
||||
|
1
tests/components/restart/test.nrf52-adafruit.yaml
Normal file
1
tests/components/restart/test.nrf52-adafruit.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/restart/test.nrf52-mcumgr.yaml
Normal file
1
tests/components/restart/test.nrf52-mcumgr.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/script/test.nrf52-adafruit.yaml
Normal file
1
tests/components/script/test.nrf52-adafruit.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/script/test.nrf52-mcumgr.yaml
Normal file
1
tests/components/script/test.nrf52-mcumgr.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/sprinkler/test.nrf52-adafruit.yaml
Normal file
1
tests/components/sprinkler/test.nrf52-adafruit.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/sprinkler/test.nrf52-mcumgr.yaml
Normal file
1
tests/components/sprinkler/test.nrf52-mcumgr.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
@@ -341,6 +341,7 @@ datetime:
|
||||
|
||||
time:
|
||||
- platform: sntp # Required for datetime
|
||||
id: sntp_time
|
||||
|
||||
wifi: # Required for sntp time
|
||||
ap:
|
||||
|
6
tests/components/template/test.nrf52-adafruit.yaml
Normal file
6
tests/components/template/test.nrf52-adafruit.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
packages: !include common.yaml
|
||||
|
||||
time:
|
||||
- id: !remove sntp_time
|
||||
|
||||
wifi: !remove
|
6
tests/components/template/test.nrf52-mcumgr.yaml
Normal file
6
tests/components/template/test.nrf52-mcumgr.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
packages: !include common.yaml
|
||||
|
||||
time:
|
||||
- id: !remove sntp_time
|
||||
|
||||
wifi: !remove
|
1
tests/components/thermostat/test.nrf52-adafruit.yaml
Normal file
1
tests/components/thermostat/test.nrf52-adafruit.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/thermostat/test.nrf52-mcumgr.yaml
Normal file
1
tests/components/thermostat/test.nrf52-mcumgr.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
Reference in New Issue
Block a user