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 0e400f2 commit 1c86770Copy full SHA for 1c86770
tests/test_p1.py
@@ -28,7 +28,7 @@ async def test_connect_p1v4_442_single(self):
28
29
await self.device_test(api, "2022-05-16 00:00:01", testdata)
30
assert api.gateway_id == "a455b61e52394b2db5081ce025a430f3"
31
- assert self.entity_items == 33
+ assert self.entity_items == 34
32
assert not self.notifications
33
34
# Now change some data and change directory reading xml from
@@ -78,7 +78,7 @@ async def test_connect_p1v4_442_triple(self):
78
79
80
assert api.gateway_id == "03e65b16e4b247a29ae0d75a78cb492e"
81
- assert self.entity_items == 42
+ assert self.entity_items == 43
82
assert self.notifications
83
84
await api.close_connection()
0 commit comments