From 044eabe7f8dad70d1fbfc962457031cd6531eb47 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Sun, 9 Feb 2025 18:35:50 +0100 Subject: [PATCH] Update mcp4461.h --- esphome/components/mcp4461/mcp4461.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index 6950711181..8928ee6a77 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -78,7 +78,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice { uint16_t get_eeprom_value(Mcp4461EepromLocation location); bool set_eeprom_value(Mcp4461EepromLocation location, uint16_t value); void set_initial_value(Mcp4461WiperIdx wiper, float initial_value); - void set_terminal_disabled_on_start(Mcp4461WiperIdx wiper, char terminal); + void initialize_terminal_disabled(Mcp4461WiperIdx wiper, char terminal); enum ErrorCode { MCP4461_STATUS_OK = 0, // CMD completed successfully