We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6901d commit c2deae7Copy full SHA for c2deae7
1 file changed
tests/test_anna.py
@@ -429,6 +429,13 @@ async def test_connect_anna_elga_2_cooling(self):
429
assert not self._cooling_enabled
430
assert not self._cooling_active
431
432
+ result = await self.tinker_thermostat(
433
+ smile,
434
+ "d3ce834534114348be628b61b26d9220",
435
+ good_schedules=["Thermostat schedule"],
436
+ )
437
+ assert result
438
+
439
await smile.close_connection()
440
await self.disconnect(server, client)
441
0 commit comments