mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
c09d5d783c
should_send_immediately_ requires both should_try_send_immediately flag AND batch_delay==0. Without setting batch_delay to 0, all sends were falling back to the batch path.