We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2fae7 commit 19666e5Copy full SHA for 19666e5
1 file changed
tests/test_init.py
@@ -696,9 +696,6 @@ async def tinker_switch(
696
else:
697
_LOGGER.info(" + tinker_switch failed unexpectedly")
698
return False
699
- except pw_exceptions.PlugwiseError:
700
- _LOGGER.info(" + locked, not switched as expected")
701
- return False
702
except (
703
pw_exceptions.ConnectionFailedError
704
): # leave for-loop at connect-error
0 commit comments