mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-26 20:04:18 +02:00
syntax error
This commit is contained in:
parent
4faa39a99b
commit
f93fbfdbf9
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ async def test_auto_reset_manual_control(hass):
|
|||
|
||||
|
||||
async def test_transition_timers(hass):
|
||||
switch, (light, *_) = await setup_lights_and_switch()
|
||||
switch, (light, *_) = await setup_lights_and_switch(hass)
|
||||
|
||||
async def update(force):
|
||||
await switch._update_attrs_and_maybe_adapt_lights(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue