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/*", ]