From fb6b96ff585b8b5f8d3513832735fea4be248ca4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 9 Feb 2026 09:40:44 -0600 Subject: [PATCH] Remove incorrect early guard comment --- esphome/components/pylontech/pylontech.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/components/pylontech/pylontech.cpp b/esphome/components/pylontech/pylontech.cpp index da44c6cb0e..d724253256 100644 --- a/esphome/components/pylontech/pylontech.cpp +++ b/esphome/components/pylontech/pylontech.cpp @@ -56,8 +56,6 @@ void PylontechComponent::setup() { void PylontechComponent::update() { this->write_str("pwr\n"); } void PylontechComponent::loop() { - // Early return avoids stack adjustment for the batch buffer below. - // loop() runs ~7000/min so most calls have nothing to read. int avail = this->available(); if (avail > 0) { // pylontech sends a lot of data very suddenly