From 20fe3cfc2559553f4e4bafcced0801371f2fa013 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Wed, 12 Apr 2023 01:57:30 -0500 Subject: [PATCH] Update switch.py --- custom_components/adaptive_lighting/switch.py | 1 - 1 file changed, 1 deletion(-) 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)