mirror of
https://github.com/esphome/esphome.git
synced 2025-10-31 23:21:54 +00:00
'uart' and 'improv_serial' need to understand non-UART logger configurations (#6998)
This commit is contained in:
8
tests/components/logger/common-usb_cdc.yaml
Normal file
8
tests/components/logger/common-usb_cdc.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- logger.log: Hello world
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
hardware_uart: USB_CDC
|
||||
Reference in New Issue
Block a user