mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add alarm to reserved ids (#5042)
This commit is contained in:
@@ -108,6 +108,7 @@ ROOT_CONFIG_PATH = object()
|
|||||||
|
|
||||||
RESERVED_IDS = [
|
RESERVED_IDS = [
|
||||||
# C++ keywords http://en.cppreference.com/w/cpp/keyword
|
# C++ keywords http://en.cppreference.com/w/cpp/keyword
|
||||||
|
"alarm",
|
||||||
"alignas",
|
"alignas",
|
||||||
"alignof",
|
"alignof",
|
||||||
"and",
|
"and",
|
||||||
|
Reference in New Issue
Block a user