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 34b6e51 commit 6922664Copy full SHA for 6922664
plugwise_usb/network/__init__.py
@@ -552,7 +552,7 @@ async def energy_reset_request(self, mac: str) -> None:
552
553
if mac not in self._nodes:
554
raise NodeError(f"Node {mac} not present in network")
555
-
+
556
if self._nodes[mac].node_info.node_type.value not in ENERGY_NODE_TYPES:
557
raise NodeError(
558
f"Energy-resetting not supported for {self._nodes[mac].node_info.node_type.name}"
0 commit comments