From 2bd070b150bf6072d73cc9a05c21d5a1d00ccd78 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Fri, 7 Feb 2025 17:17:50 +0100 Subject: [PATCH] Update mcp4461_output.h --- esphome/components/mcp4461/output/mcp4461_output.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/esphome/components/mcp4461/output/mcp4461_output.h b/esphome/components/mcp4461/output/mcp4461_output.h index 44e80a3479..2167a266f3 100644 --- a/esphome/components/mcp4461/output/mcp4461_output.h +++ b/esphome/components/mcp4461/output/mcp4461_output.h @@ -31,9 +31,6 @@ class Mcp4461Wiper : public output::FloatOutput, public Parenteddisable_terminal(wiper, 'w'); } - void Mcp4461Wiper::set_initial_value(float initial_value) { - this->parent_->reg_[this->wiper_].initial_value = initial_value; - } uint16_t get_wiper_level(); void save_level(); void enable_wiper();