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 "cover.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
|
#include <strings.h>
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace cover {
|
namespace cover {
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
#include "valve.h"
|
#include "valve.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
|
#include <strings.h>
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace valve {
|
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:
|
time:
|
||||||
- platform: sntp # Required for datetime
|
- platform: sntp # Required for datetime
|
||||||
|
id: sntp_time
|
||||||
|
|
||||||
wifi: # Required for sntp time
|
wifi: # Required for sntp time
|
||||||
ap:
|
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