mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
Disallow uart0/1/2 as ids in config (#4446)
* Disallow uart0/1/2 as ids in config * Update test files
This commit is contained in:
@@ -211,6 +211,9 @@ RESERVED_IDS = [
|
||||
"open",
|
||||
"setup",
|
||||
"loop",
|
||||
"uart0",
|
||||
"uart1",
|
||||
"uart2",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user