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 6cf09d1 commit 7c05782Copy full SHA for 7c05782
tests/test_smile.py
@@ -413,6 +413,7 @@ async def tinker_switch(
413
"""Turn a Switch on and off to test functionality."""
414
_LOGGER.info("Asserting modifying settings for switch devices:")
415
_LOGGER.info("- Devices (%s):", dev_id)
416
+ switch_change = False
417
for new_state in [False, True, False]:
418
_LOGGER.info("- Switching %s", new_state)
419
try:
0 commit comments