[core] Native idf full support (#14678)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <swoboda1337@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Diorcet Yann
2026-05-11 02:12:07 +00:00
committed by GitHub
co-authored by Jonathan Swoboda Jonathan Swoboda pre-commit-ci-lite[bot] Jesse Hills
parent 66e2dcffc4
commit e9cc10fedc
27 changed files with 3537 additions and 364 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 = 1011
CONST_PY_MAX_CONF = 1012
@lint_content_check(include=["esphome/const.py"])