Skip to content

Commit

Permalink
Remove test exception
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar committed Sep 1, 2023
1 parent 20df045 commit b7efb8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asyncsleepiq/asyncsleepiq.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ async def init_beds(self) -> None:
else:
bed = SleepIQBed(self, bed_data)
if await bed.valid():
raise SleepIQAPIException(402, "Test")
self.beds[bed_data["bedId"]] = bed
except SleepIQAPIException as e:
_LOGGER.error(
Expand Down

0 comments on commit b7efb8c

Please sign in to comment.