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 2862c9f commit d47ac53Copy full SHA for d47ac53
plugwise_usb/nodes/scan.py
@@ -221,7 +221,6 @@ def _motion_timestamp_from_cache(self) -> datetime | None:
221
# region Properties
222
223
@property
224
- @raise_not_loaded
225
def daylight_mode(self) -> bool:
226
"""Daylight mode of motion sensor."""
227
if self._new_daylight_mode is not None:
@@ -263,7 +262,6 @@ def motion_config(self) -> MotionConfig:
263
262
)
264
265
266
267
def reset_timer(self) -> int:
268
"""Total minutes without motion before no motion is reported."""
269
if self._new_reset_timer is not None:
0 commit comments