From 18f5837cee7218440b92768fb86ed5cec453d466 Mon Sep 17 00:00:00 2001 From: haudamekki <38363966+haudamekki@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:09:07 +0100 Subject: [PATCH] Update esphome/components/gp8211/gp8211.h Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- esphome/components/gp8211/gp8211.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {