diff --git a/esphome/components/sm2135/sm2135.cpp b/esphome/components/sm2135/sm2135.cpp index ee5948bb3a..58fcb4d4d3 100644 --- a/esphome/components/sm2135/sm2135.cpp +++ b/esphome/components/sm2135/sm2135.cpp @@ -144,7 +144,6 @@ void SM2135::sm2135_set_low_(GPIOPin *pin) { } void SM2135::sm2135_set_high_(GPIOPin *pin) { - pin->digital_write(true); pin->pin_mode(gpio::FLAG_PULLUP); }