From d7e76015cc2d93bbe7b04380ae44b3d5e8d5e217 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Sun, 9 Feb 2025 16:18:26 +0100 Subject: [PATCH] Update mcp4461.h --- esphome/components/mcp4461/mcp4461.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index 1af51cae1b..3789052a6f 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -8,7 +8,8 @@ namespace esphome { namespace mcp4461 { struct WiperState { - bool update = false; + bool update_level = false; + bool update_terminal = false; bool terminal_a = true; bool terminal_b = true; bool terminal_w = true;