don't modify things unrelated to the PR

This commit is contained in:
Benjamin Auquite 2023-04-08 12:56:15 -05:00
commit 4defd73156

View file

@ -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,