We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b26e66 commit 418ee01Copy full SHA for 418ee01
tests/test_smile.py
@@ -553,11 +553,11 @@ async def tinker_thermostat_schedule(
553
new_schedule = new_schedule[1:]
554
_LOGGER.info("- Adjusting schedule to %s", f"{new_schedule}{warning}")
555
try:
556
- await smile.set_schedule_state(loc_id, new_schedule, state)
+ await smile.set_schedule_state(loc_id, state, new_schedule)
557
tinker_schedule_passed = True
558
_LOGGER.info(" + working as intended")
559
except pw_exceptions.PlugwiseError:
560
- _LOGGER.info(" + failed as expected")
+ _LOGGER.info(" + failed as expected")te
561
562
except (
563
pw_exceptions.ErrorSendingCommandError,
0 commit comments