Skip lvgl in the log literal lint

This commit is contained in:
J. Nick Koston
2026-08-30 21:26:15 -05:00
parent f25c4ef787
commit 296a691aa4
+1
View File
@@ -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/*",
]