diff --git a/esphome/components/gp8211/gp8211.h b/esphome/components/gp8211/gp8211.h index 9a6e57cf0c..19aea0a109 100644 --- a/esphome/components/gp8211/gp8211.h +++ b/esphome/components/gp8211/gp8211.h @@ -7,8 +7,8 @@ namespace esphome { namespace gp8211 { enum GP8211Voltage { - GP8211_VOLTAGE_5V = 0x00, - GP8211_VOLTAGE_10V = 0x11, + GP8211_VOLTAGE_5V = 0x55, + GP8211_VOLTAGE_10V = 0x77, }; class GP8211 : public Component, public i2c::I2CDevice {