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 616d863 commit 879e680Copy full SHA for 879e680
hardware/relay/wemo_relay.py
@@ -33,8 +33,8 @@ def _set_hardware_value(self, state):
33
return True
34
35
def _get_hardware_value(self):
36
- self.device.reconnect_with_device()
37
- data = self.device.get_state()
+# self.device.reconnect_with_device()
+ data = self.device.get_state(True)
38
if data is None:
39
return None
40
0 commit comments