mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 13:22:19 +01: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