From 1d9ca60c2048552a1f8774c580bfc4dc1584bd3d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 21 Jan 2026 18:10:23 -1000 Subject: [PATCH] Update esphome/components/api/api_frame_helper.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- esphome/components/api/api_frame_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/api/api_frame_helper.h b/esphome/components/api/api_frame_helper.h index bc8de83071..c6c45e3959 100644 --- a/esphome/components/api/api_frame_helper.h +++ b/esphome/components/api/api_frame_helper.h @@ -143,7 +143,7 @@ class APIFrameHelper { return; } - // Log message: -1 -> 1 -> 2 -> -1 (flush) + // Log messages 1-3: state transitions -1 -> 1 -> 2 -> -1 (flush on 3rd) if (this->nodelay_state_ == NODELAY_ON) { this->set_nodelay_raw_(false); this->nodelay_state_ = 1;