mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 09:04:48 +01: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