1
0
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:
Tomasz Duda 2025-02-22 21:18:59 +01:00
parent 70ac187c96
commit 7b58ccd3c9
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
esphome:
on_boot:
then:
- logger.log: Hello world
logger:
level: DEBUG

View File

@ -0,0 +1,7 @@
esphome:
on_boot:
then:
- logger.log: Hello world
logger:
level: DEBUG