mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Start the debouncer task eagerly (#111569)
This commit is contained in:
@@ -161,6 +161,7 @@ class Debouncer(Generic[_R_co]):
|
||||
self.hass.async_create_task(
|
||||
self._handle_timer_finish(),
|
||||
f"debouncer {self._job} finish cooldown={self.cooldown}, immediate={self.immediate}",
|
||||
eager_start=True,
|
||||
)
|
||||
|
||||
@callback
|
||||
|
Reference in New Issue
Block a user