Skip to content

Commit 9214b39

Browse files
committed
Fix 2nd test
1 parent 79c15ed commit 9214b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ async def tinker_legacy_thermostat_schedule(self, smile, unhappy=False):
763763
for state in states:
764764
_LOGGER.info("- Adjusting schedule to state %s", state)
765765
try:
766-
await smile.set_select("select_schedule", "dummy", state)
766+
await smile.set_select("select_schedule", "dummy", None, state)
767767
tinker_schedule_passed = True
768768
_LOGGER.info(" + working as intended")
769769
except pw_exceptions.PlugwiseError:

0 commit comments

Comments
 (0)