mirror of
https://github.com/esphome/esphome.git
synced 2025-10-04 02:52:22 +01:00
Merge remote-tracking branch 'upstream/dev' into integration
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/analog_threshold/test.nrf52-mcumgr.yaml
Normal file
1
tests/components/analog_threshold/test.nrf52-mcumgr.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/bang_bang/test.nrf52-adafruit.yaml
Normal file
1
tests/components/bang_bang/test.nrf52-adafruit.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/bang_bang/test.nrf52-mcumgr.yaml
Normal file
1
tests/components/bang_bang/test.nrf52-mcumgr.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
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