mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Fix re-connect logic in Apple TV integration (#139289)
This commit is contained in:
parent
fd47d6578e
commit
03f6508bd8
@ -233,7 +233,6 @@ class AppleTVManager(DeviceListener):
|
|||||||
pass
|
pass
|
||||||
except Exception:
|
except Exception:
|
||||||
_LOGGER.exception("Failed to connect")
|
_LOGGER.exception("Failed to connect")
|
||||||
await self.disconnect()
|
|
||||||
|
|
||||||
async def _connect_loop(self) -> None:
|
async def _connect_loop(self) -> None:
|
||||||
"""Connect loop background task function."""
|
"""Connect loop background task function."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user