mirror of
https://github.com/home-assistant/core.git
synced 2026-09-01 02:34:44 -05:00
* Debounce MQTT unsubscribes and merge to one call * Make _async_unsubscribe a callback * Make sure unsubscribes are processed * Move debug log out of lock * Reduce calls and raise outside lock * Cancel any unsubscribe when queing * Copy pending unsubscribes * Only convert topics to list once * No copy needed * Typo in comment