Fix re-connect logic in Apple TV integration (#139289)

pull/139293/head
Pierre Ståhl 2025-02-25 21:37:01 +01:00 committed by GitHub
parent fd47d6578e
commit 03f6508bd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ class AppleTVManager(DeviceListener):
pass
except Exception:
_LOGGER.exception("Failed to connect")
await self.disconnect()
async def _connect_loop(self) -> None:
"""Connect loop background task function."""