diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index b827a5c3cb..2a4dda0fee 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -8,6 +8,7 @@ namespace esphome { namespace mcp4461 { /// @brief Struct representing current wiper details/state +/// Default wiper state is 0x80h (128 int) struct WiperState { bool enabled = true; uint16_t state = 0;