We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8509f8f commit ff284a2Copy full SHA for ff284a2
requirements.txt
@@ -1,5 +1,3 @@
1
-setuptools>=42
2
-wheel
3
-pip>=8.0.3,<24.4
4
ruff==0.8.0
5
aiohttp>=3.8.1
+typing-extensions
src/blueair_api/device.py
@@ -37,7 +37,7 @@ def __init__(
37
self.uuid = uuid
38
self.name = name
39
self.mac = mac
40
- _LOGGER.debug(f"creating blueair device: {self.name}")
+ _LOGGER.debug(f"creating blueair device: {self}")
41
42
async def init(self):
43
info = await self.api.get_info(self.uuid)
0 commit comments