[core] Add esphome.build_flags option for IDF + PlatformIO (#16629)

This commit is contained in:
Jonathan Swoboda
2026-05-25 10:03:38 -04:00
committed by GitHub
parent e0167e9bdf
commit e7ab78366d
4 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -562,7 +562,7 @@ def lint_constants_usage():
# Maximum allowed CONF_ constants in esphome/const.py.
# This file is frozen — new constants go in esphome/components/const/__init__.py.
# Decrease this number when constants are moved out of const.py.
CONST_PY_MAX_CONF = 1012
CONST_PY_MAX_CONF = 1013
@lint_content_check(include=["esphome/const.py"])