Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
albaintor committed Dec 16, 2024
1 parent 1f0e2d7 commit cb577b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intg-denonavr/avr.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ async def connect(self):
_LOG.info("Connecting AVR %s on %s", self.id, self._receiver.host)
self.events.emit(Events.CONNECTING, self.id)
request_start = time.time()

if not self._receiver._is_setup:
await self._receiver.async_setup()
await self._receiver.async_update()
Expand Down

0 comments on commit cb577b9

Please sign in to comment.