From f7b078cfed0529ecc4d0e586db1984b75ee8c69e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 30 Aug 2026 21:36:06 -0500 Subject: [PATCH] Keep zwave_proxy in the log literal lint --- script/ci-custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci-custom.py b/script/ci-custom.py index 745f7ca57f..d61990bec5 100755 --- a/script/ci-custom.py +++ b/script/ci-custom.py @@ -1040,6 +1040,7 @@ def _find_ternary_literals(text: str) -> Iterator[tuple[int, str]]: # LOG_STR_LITERAL is a no op everywhere except ESP8266, so code that never builds there is skipped # to avoid churn: platform specific sources and components for ESP32, LibreTiny, RP2 and Zephyr only. +# A component belongs here only if it has no tests/components//test.esp8266-ard.yaml. LOG_LITERAL_LINT_EXCLUDE = [ "*_esp32.cpp", "*_esp32_*.cpp", @@ -1066,7 +1067,6 @@ LOG_LITERAL_LINT_EXCLUDE = [ "esphome/components/bthome_mithermometer/*", "esphome/components/usb_host/*", "esphome/components/zigbee/*", - "esphome/components/zwave_proxy/*", "esphome/components/lvgl/*", # Test fixtures - not production embedded code "tests/integration/fixtures/*",