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 433a6d3 commit 60e901dCopy full SHA for 60e901d
tests/test_legacy_anna.py
@@ -30,7 +30,7 @@ async def test_connect_legacy_anna(self):
30
31
await self.device_test(api, "2020-03-22 00:00:01", testdata)
32
assert api.gateway_id == "0000aaaa0000aaaa0000aaaa0000aa00"
33
- assert self.entity_items == 43
+ assert self.entity_items == 44
34
assert not api.reboot
35
36
result = await self.tinker_legacy_thermostat(api, schedule_on=False)
@@ -65,7 +65,7 @@ async def test_connect_legacy_anna_2(self):
65
await self.device_test(api, "2020-05-03 00:00:01", testdata)
66
67
assert api.gateway_id == "be81e3f8275b4129852c4d8d550ae2eb"
68
69
70
result = await self.tinker_legacy_thermostat(api)
71
assert result
0 commit comments