mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-13 23:34:04 +02:00
don't modify things unrelated to the PR
This commit is contained in:
parent
cd3f7608de
commit
4defd73156
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue