mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
Add alarm to reserved ids (#5042)
This commit is contained in:
parent
e823067a6b
commit
36782f13bf
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue