We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa879e7 commit 29ac6f9Copy full SHA for 29ac6f9
1 file changed
python_snoo/snoo.py
@@ -326,7 +326,7 @@ async def get_devices(self) -> list[SnooDevice]:
326
raise SnooDeviceError from ex
327
devs = [SnooDevice.from_dict(dev) for dev in resp["snoo"]]
328
return devs
329
-
+
330
async def get_babies(self) -> list[BabyData]:
331
hdrs = self.generate_snoo_auth_headers(self.tokens.aws_id)
332
try:
0 commit comments