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 60e901d commit 58ea5ecCopy full SHA for 58ea5ec
tests/test_legacy_stretch.py
@@ -29,7 +29,7 @@ async def test_connect_stretch_v31(self):
29
30
await self.device_test(api, "2022-05-16 00:00:01", testdata)
31
assert api.gateway_id == "0000aaaa0000aaaa0000aaaa0000aa00"
32
- assert self.entity_items == 83
+ assert self.entity_items == 85
33
34
switch_change = await self.tinker_switch(
35
api,
@@ -68,7 +68,7 @@ async def test_connect_stretch_v23(self):
68
)
69
70
71
- assert self.entity_items == 243
+ assert self.entity_items == 244
72
73
74
api, "2587a7fcdd7e482dab03fda256076b4b"
0 commit comments