diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index 704c1d3482..01177da667 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -610,7 +610,7 @@ class APIConnection : public APIServerConnection { }; DeferredBatch deferred_batch_; - static constexpr uint32_t BATCH_DELAY_MS = 10; + static constexpr uint32_t BATCH_DELAY_MS = 50; static constexpr size_t MAX_BATCH_SIZE_BYTES = 1360; // MTU - 100 bytes safety margin // Batch mode state for capturing message types