diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index 1793a116..50b26470 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -1702,8 +1702,8 @@ class TurnOnOffListener: "Start transition timer of %s seconds for light %s", last_transition, light ) - def reset(): - raise ValueError("TEST") + async def reset(): + ValueError("TEST") _LOGGER.debug( "Transition finished for light %s", light,