mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 06:50:15 +01:00
776a9b8691
* Add async_schedule_call to the Debouncer async_schedule_call allows the Debouncer to schedule a call from a callback without having to create tasks to run async_call * Update homeassistant/helpers/debounce.py * Make device registry cleanup all callback function * fix typing, code supported callback functions, but typing did not * fixes * fixes * fix * we had no coverage for other job types * we had no coverage for other job types