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 d937a30 commit 1345e0cCopy full SHA for 1345e0c
plugwise_usb/nodes/scan.py
@@ -427,9 +427,9 @@ async def _run_awake_tasks(self) -> None:
427
if self._motion_config.dirty:
428
await self._configure_scan_task()
429
await self.publish_feature_update_to_subscribers(
430
- NodeFeature.MOTION_CONFIG,
431
- self._motion_config,
432
- )
+ NodeFeature.MOTION_CONFIG,
+ self._motion_config,
+ )
433
434
async def _configure_scan_task(self) -> bool:
435
"""Configure Scan device settings. Returns True if successful."""
0 commit comments