mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
0.1 sometimes fails the test
This commit is contained in:
parent
b221eed1a0
commit
f453968258
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ async def test_manual_control(hass):
|
|||
|
||||
async def test_auto_reset_manual_control(hass):
|
||||
switch, (light, *_) = await setup_lights_and_switch(
|
||||
hass, {CONF_AUTORESET_CONTROL: 0.1}
|
||||
hass, {CONF_AUTORESET_CONTROL: 0.2}
|
||||
)
|
||||
context = switch.create_context("test") # needs to be passed to update method
|
||||
manual_control = switch.turn_on_off_listener.manual_control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue