diff --git a/script/ci-custom.py b/script/ci-custom.py index 6a5fb32180..dda5410778 100755 --- a/script/ci-custom.py +++ b/script/ci-custom.py @@ -318,7 +318,12 @@ def lint_no_long_delays(fname, match): ) -@lint_content_check(include=["esphome/const.py"]) +@lint_content_check( + include=[ + "esphome/const.py", + "esphome/components/const/__init__.py", + ] +) def lint_const_ordered(fname, content): """Lint that value in const.py are ordered.