1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-01 01:22:20 +01:00

Add alarm to reserved ids (#5042)

This commit is contained in:
Graham Brown
2023-07-04 02:28:19 +02:00
committed by Jesse Hills
parent e823067a6b
commit 36782f13bf

View File

@@ -108,6 +108,7 @@ ROOT_CONFIG_PATH = object()
RESERVED_IDS = [
# C++ keywords http://en.cppreference.com/w/cpp/keyword
"alarm",
"alignas",
"alignof",
"and",