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 513ecc9 commit 399738eCopy full SHA for 399738e
plugwise_usb/nodes/sense.py
@@ -52,10 +52,7 @@ async def load(self) -> bool:
52
return True
53
54
await super().load()
55
- self._setup_protocol(
56
- SENSE_FIRMWARE_SUPPORT,
57
- (NodeFeature.INFO, NodeFeature.SENSE),
58
- )
+ self._setup_protocol(SENSE_FIRMWARE_SUPPORT, SENSE_FEATURES)
59
if await self.initialize():
60
await self._loaded_callback(NodeEvent.LOADED, self.mac)
61
0 commit comments