Skip to content

Commit

Permalink
fix: remove reconnect delay for exit_standby event (#9)
Browse files Browse the repository at this point in the history
The exit_standby event will be delayed by the Remote Two until the
system reports a routable network interface. This allows for an
immediate reconnect of the integration, without retries.

Relates to unfoldedcircle/feature-and-bug-tracker#320
  • Loading branch information
zehnm authored Feb 16, 2024
1 parent 950bbc0 commit e4ae840
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ async def event_handler():
async def event_handler():
global configuredAppleTvs

await asyncio.sleep(2)

for appleTv in configuredAppleTvs:
await configuredAppleTvs[appleTv].connect()

Expand Down

0 comments on commit e4ae840

Please sign in to comment.