1
0
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:
Jesse Hills
2023-03-20 15:29:21 +13:00
committed by GitHub
parent 0b383542da
commit f0f6d3f1cd
4 changed files with 59 additions and 56 deletions

View File

@@ -211,6 +211,9 @@ RESERVED_IDS = [
"open",
"setup",
"loop",
"uart0",
"uart1",
"uart2",
]