Merge branch 'wifi-fast-connect-substitution-string' into integration

This commit is contained in:
J. Nick Koston
2026-07-05 23:00:39 -05:00
40 changed files with 693 additions and 48 deletions
+1 -1
View File
@@ -555,7 +555,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 = 1014
CONST_PY_MAX_CONF = 1015
@lint_content_check(include=["esphome/const.py"])
+1 -1
View File
@@ -1,5 +1,5 @@
{
"target_module": "esphome.__main__",
"margin_pct": 20,
"cumulative_us": 91000
"cumulative_us": 95000
}