mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Allow UART to be AUTO LOADed (#6617)
This commit is contained in:
parent
b8f0182fc5
commit
f9ce35c894
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue