[modbus] Remove disable_crc validation stub (#19078)

This commit is contained in:
J. Nick Koston
2026-09-17 09:53:35 +12:00
committed by GitHub
parent 3d4765d05a
commit 2f248390b2
3 changed files with 2 additions and 17 deletions
+1 -1
View File
@@ -710,7 +710,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 = 1017
CONST_PY_MAX_CONF = 1016
@lint_content_check(include=["esphome/const.py"])