diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index 5015854f..459eebbd 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -1739,7 +1739,6 @@ class TurnOnOffListener: "Transition finished for light %s", light, ) - raise ValueError("THIS SHOULD BE CALLED") self._handle_timer(light, self.transition_timers, last_transition, reset)