mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Add alarm to reserved ids (#5042)
This commit is contained in:
parent
5b2176562b
commit
4cc0f3fd53
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