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