mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
4535b82483
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)