Make august activity update a background task (#112652)

This commit is contained in:
J. Nick Koston 2024-03-12 07:43:27 -10:00 committed by GitHub
parent 643e6096da
commit 4c2a54746d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(