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