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