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 efa24a2 commit 7885b2cCopy full SHA for 7885b2c
plugwise_usb/nodes/scan.py
@@ -542,7 +542,7 @@ async def _scan_configure_update(
542
daylight_mode=daylight_mode,
543
)
544
self._set_cache(CACHE_MOTION_RESET_TIMER, str(motion_reset_timer))
545
- self._set_cache(CACHE_SCAN_SENSITIVITY, sensitivity_level)
+ self._set_cache(CACHE_SCAN_SENSITIVITY, sensitivity_level.name)
546
if daylight_mode:
547
self._set_cache(CACHE_SCAN_DAYLIGHT_MODE, "True")
548
else:
0 commit comments