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 6e7dc25 commit c9d6074Copy full SHA for c9d6074
plugwise_usb/nodes/sense.py
@@ -644,6 +644,7 @@ async def _run_awake_tasks(self) -> None:
644
if all(configure_result):
645
self._hysteresis_config = replace(self._hysteresis_config, dirty=False)
646
await self._sense_configure_update()
647
+ return
648
else:
649
_LOGGER.warning(
650
"Sense hysteresis configuration partially failed for %s "
0 commit comments