mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 01:56:01 +00:00
UniqueID benchmark was unrealistic — unique IDs still ran cancel_item_locked_ scanning all containers for matches that never exist. Replace with just two meaningful defer variants: - Defer: anonymous (nullptr name, skips cancel entirely) - Defer_SameID: fixed ID (cancel-and-replace coalescing pattern)