From 296a691aa4509c6893ca5c2f8cf09ec89ebc8333 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 30 Aug 2026 21:26:15 -0500 Subject: [PATCH] Skip lvgl in the log literal lint --- script/ci-custom.py | 1 + 1 file changed, 1 insertion(+) 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/*", ]