diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index f81312e969..01cc3af7f8 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -6,6 +6,8 @@ namespace esphome { namespace mcp4461 { +static const LogString *const LOG_PARENT_FAILED_STR = LOG_STR("Parent MCP4461 component has failed! Aborting"); + struct WiperState { bool terminal_a = true; bool terminal_b = true;