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 9141754 commit ee2e992Copy full SHA for ee2e992
tests/test_smile.py
@@ -1482,7 +1482,11 @@ async def test_connect_stretch_v23(self):
1482
_LOGGER.info(" # Assert no master thermostat")
1483
assert smile.single_master_thermostat() is None # it's not a thermostat :)
1484
1485
- await self.tinker_switch(smile, ["f7b145c8492f4dd7a4de760456fdef3e"], ["407aa1c1099d463c9137a3a9eda787fd"])
+ await self.tinker_switch(
1486
+ smile,
1487
+ ["f7b145c8492f4dd7a4de760456fdef3e"],
1488
+ ["407aa1c1099d463c9137a3a9eda787fd"],
1489
+ )
1490
1491
smile.get_all_devices()
1492
await self.device_test(smile, testdata)
0 commit comments