Skip to content

Commit 50aa7d8

Browse files
committed
Remove unneeded @raise_on_loaded
1 parent 760afa9 commit 50aa7d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def _motion_timestamp_from_cache(self) -> datetime | None:
223223
# region Properties
224224

225225
@property
226-
@raise_not_loaded
227226
def daylight_mode(self) -> bool:
228227
"""Daylight mode of motion sensor."""
229228
if self._new_daylight_mode is not None:
@@ -265,7 +264,6 @@ def motion_config(self) -> MotionConfig:
265264
)
266265

267266
@property
268-
@raise_not_loaded
269267
def reset_timer(self) -> int:
270268
"""Total minutes without motion before no motion is reported."""
271269
if self._new_reset_timer is not None:

0 commit comments

Comments
 (0)