From 4defd7315601ec9c0e083c44b3718cd2bb9b16d8 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sat, 8 Apr 2023 12:56:15 -0500 Subject: [PATCH] don't modify things unrelated to the PR --- custom_components/adaptive_lighting/switch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,