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 5bad9d1 commit d24a45eCopy full SHA for d24a45e
plugwise_usb/nodes/circle.py
@@ -243,11 +243,6 @@ async def power_update(self) -> PowerStatistics | None:
243
)
244
await self._available_update_state(False)
245
return None
246
- if response.mac_decoded != self.mac:
247
- raise NodeError(
248
- f"Incorrect power response for {response.mac_decoded} " +
249
- f"!= {self.mac} = {self._mac_in_str} | {request.mac_decoded}"
250
- )
251
await self._available_update_state(True)
252
253
# Update power stats
0 commit comments