Add serial and Arduino file
This commit is contained in:
@ -213,6 +213,15 @@ class AppConfig(ConfigBase):
|
||||
required=True
|
||||
)
|
||||
|
||||
SERIAL_PATH = StringConfigEntry(
|
||||
key_path=[
|
||||
CONFIG_NODE_ROOT,
|
||||
CONFIG_NODE_SERIAL,
|
||||
"path"
|
||||
],
|
||||
required=False
|
||||
)
|
||||
|
||||
DEVICE_PATTERNS = ListConfigEntry(
|
||||
item_type=RegexConfigEntry,
|
||||
item_args={
|
||||
|
Reference in New Issue
Block a user