Merge branch 'dev' into frenck/replace-voluptuous-with-probatio

This commit is contained in:
Jonathan Swoboda
2026-06-29 14:14:04 -04:00
109 changed files with 902 additions and 632 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 = 1013
CONST_PY_MAX_CONF = 1014
@lint_content_check(include=["esphome/const.py"])
+1 -1
View File
@@ -139,7 +139,7 @@ def main():
print()
print("Running pyupgrade...")
print()
PYUPGRADE_TARGET = "--py311-plus"
PYUPGRADE_TARGET = "--py312-plus"
for files in filesets:
cmd = ["pyupgrade", PYUPGRADE_TARGET] + files
log = get_err(*cmd)