diff --git a/script/ci-custom.py b/script/ci-custom.py index 33b21f255d..eb5c68439c 100755 --- a/script/ci-custom.py +++ b/script/ci-custom.py @@ -1064,6 +1064,7 @@ LOG_LITERAL_LINT_EXCLUDE = [ "esphome/components/usb_host/*", "esphome/components/zigbee/*", "esphome/components/zwave_proxy/*", + "esphome/components/lvgl/*", # Test fixtures - not production embedded code "tests/integration/fixtures/*", ]