mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
[modbus] Drop unused CONF_DISABLE_CRC from const.py
This commit is contained in:
@@ -352,7 +352,6 @@ CONF_DIRECTION = "direction"
|
||||
CONF_DIRECTION_COMMAND_TOPIC = "direction_command_topic"
|
||||
CONF_DIRECTION_OUTPUT = "direction_output"
|
||||
CONF_DIRECTION_STATE_TOPIC = "direction_state_topic"
|
||||
CONF_DISABLE_CRC = "disable_crc"
|
||||
CONF_DISABLED = "disabled"
|
||||
CONF_DISABLED_BY_DEFAULT = "disabled_by_default"
|
||||
CONF_DISCONNECT_DELAY = "disconnect_delay"
|
||||
|
||||
+1
-1
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user