Skip zwave_proxy in the log literal lint

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