Update test_switch.py

This commit is contained in:
Benjamin Auquite 2023-04-03 18:53:59 -05:00
commit 87ea5243b9

View file

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