From f25c4ef787af4a7f7b418bd3a3bb38c4f9caaadb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 30 Aug 2026 21:23:13 -0500 Subject: [PATCH] Skip zwave_proxy 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 a3001f5794..33b21f255d 100755 --- a/script/ci-custom.py +++ b/script/ci-custom.py @@ -1063,6 +1063,7 @@ LOG_LITERAL_LINT_EXCLUDE = [ "esphome/components/bthome_mithermometer/*", "esphome/components/usb_host/*", "esphome/components/zigbee/*", + "esphome/components/zwave_proxy/*", # Test fixtures - not production embedded code "tests/integration/fixtures/*", ]