mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Allow UART to be AUTO LOADed (#6617)
This commit is contained in:
@@ -59,6 +59,7 @@ UARTWriteAction = uart_ns.class_("UARTWriteAction", automation.Action)
|
||||
UARTDebugger = uart_ns.class_("UARTDebugger", cg.Component, automation.Action)
|
||||
UARTDummyReceiver = uart_ns.class_("UARTDummyReceiver", cg.Component)
|
||||
MULTI_CONF = True
|
||||
MULTI_CONF_NO_DEFAULT = True
|
||||
|
||||
|
||||
def validate_raw_data(value):
|
||||
|
Reference in New Issue
Block a user