sunnylink: update subscribed services states while running (#1694)

This commit is contained in:
Jason Wen
2026-02-13 16:22:51 -05:00
committed by GitHub
parent 4bd60cd3cd
commit 037e8c18f8

View File

@@ -166,6 +166,7 @@ class SunnylinkState:
def _worker_thread(self) -> None:
while self._running:
self._sm.update()
if self.is_connected():
self._fetch_roles()
self._fetch_users()