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 ce6176b commit 3463856Copy full SHA for 3463856
tests/test_anna.py
@@ -407,6 +407,13 @@ async def test_connect_anna_elga_2_cooling(self):
407
assert self._cooling_enabled
408
assert self._cooling_active
409
410
+ result = await self.tinker_thermostat(
411
+ smile,
412
+ "d3ce834534114348be628b61b26d9220",
413
+ good_schedules=["Thermostat schedule"],
414
+ )
415
+ assert result
416
+
417
# Simulate a change of season: from cooling to heating after an update_interval
418
testdata_updated = self.load_testdata(
419
SMILE_TYPE, f"{self.smile_setup}_UPDATED_DATA"
0 commit comments