From 4c2a54746d91354895dda2cb41eaa51543e163fc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 12 Mar 2024 07:43:27 -1000 Subject: [PATCH] Make august activity update a background task (#112652) --- homeassistant/components/august/activity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/august/activity.py b/homeassistant/components/august/activity.py index a42a5aa2d67..ae920383e40 100644 --- a/homeassistant/components/august/activity.py +++ b/homeassistant/components/august/activity.py @@ -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(