mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 06:38:17 +00:00
add logger test
This commit is contained in:
parent
70ac187c96
commit
7b58ccd3c9
7
tests/components/logger/test.nrf52-adafruit.yaml
Normal file
7
tests/components/logger/test.nrf52-adafruit.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- logger.log: Hello world
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
7
tests/components/logger/test.nrf52-mcumgr.yaml
Normal file
7
tests/components/logger/test.nrf52-mcumgr.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- logger.log: Hello world
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
Loading…
x
Reference in New Issue
Block a user