From 7a7d114d80feedf7d38a0082f9c4d644b4301dee Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Thu, 6 Feb 2025 14:47:21 +0100 Subject: [PATCH] Update mcp4461.h --- esphome/components/mcp4461/mcp4461.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index 9f70d87a2e..8da55b76af 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -13,6 +13,7 @@ struct WiperState { bool terminal_hw = true; uint16_t state = 0; bool enabled = true; + bool wiper_lock_active = false; }; enum class Mcp4461Defaults : uint8_t { WIPER_VALUE = 0x80 };