Fix re-connect logic in Apple TV integration (#139289)
parent
fd47d6578e
commit
03f6508bd8
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue