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

This commit is contained in:
Pierre Ståhl
2025-02-25 21:37:01 +01:00
committed by GitHub
parent fd47d6578e
commit 03f6508bd8

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."""