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 21ba7f3 commit 46a3f9eCopy full SHA for 46a3f9e
plugwise/smile.py
@@ -211,7 +211,7 @@ async def _full_update_device(self):
211
if not (self.smile_type == "power" and self._smile_legacy):
212
self._appliances = await self._request(APPLIANCES)
213
214
- # No need to import domain_objects and modules for P1, no userfull info
+ # No need to import domain_objects and modules for P1, no useful info
215
if self.smile_type != "power":
216
await self._update_domain_objects()
217
0 commit comments