Make august activity update a background task (#112652)
This commit is contained in:
parent
643e6096da
commit
4c2a54746d
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ class ActivityStream(AugustSubscriberMixin):
|
|||
cooldown=ACTIVITY_DEBOUNCE_COOLDOWN,
|
||||
immediate=True,
|
||||
function=partial(self._async_update_house_id, house_id),
|
||||
background=True,
|
||||
)
|
||||
update_debounce[house_id] = debouncer
|
||||
update_debounce_jobs[house_id] = HassJob(
|
||||
|
|
Loading…
Add table
Reference in a new issue