Skip to content

Commit 4e0068e

Browse files
committed
Update entity_items assert
1 parent b4a74df commit 4e0068e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

tests/test_adam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def test_connect_adam_plus_anna_new(self):
4747

4848
test_items = await self.device_test(api, "2025-10-12 00:00:01", testdata)
4949
assert api.gateway_id == "da224107914542988a88561b4452b0f6"
50-
assert self.entity_items == 234
50+
assert self.entity_items == 235
5151
assert test_items == self.entity_items
5252
assert self.entity_list == [
5353
"da224107914542988a88561b4452b0f6",

tests/test_anna.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def test_connect_anna_without_boiler_fw441(self):
158158
)
159159

160160
await self.device_test(api, "2022-05-16 00:00:01", testdata)
161-
assert self.entity_items == 41
161+
assert self.entity_items == 42
162162
assert not self.notifications
163163

164164
result = await self.tinker_thermostat(
@@ -336,7 +336,7 @@ async def test_connect_anna_elga_2(self):
336336
)
337337

338338
await self.device_test(api, "2022-03-13 00:00:01", testdata)
339-
assert self.entity_items == 63
339+
assert self.entity_items == 64
340340
assert api.gateway_id == "fb49af122f6e4b0f91267e1cf7666d6f"
341341
assert self.cooling_present
342342
assert not self._cooling_enabled
@@ -532,7 +532,7 @@ async def test_connect_anna_loria_driessens(self):
532532
)
533533

534534
await self.device_test(api, "2022-05-16 00:00:01", testdata)
535-
assert self.entity_items == 70
535+
assert self.entity_items == 71
536536
assert self.cooling_present
537537
assert not self._cooling_enabled
538538

@@ -555,7 +555,7 @@ async def test_connect_anna_p1(self):
555555
)
556556

557557
await self.device_test(api, "2025-11-02 00:00:01", testdata)
558-
assert self.entity_items == 78
558+
assert self.entity_items == 79
559559

560560
await api.close_connection()
561561
await self.disconnect(server, client)

tests/test_p1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def test_connect_p1v4_442_single(self):
2828

2929
await self.device_test(api, "2022-05-16 00:00:01", testdata)
3030
assert api.gateway_id == "a455b61e52394b2db5081ce025a430f3"
31-
assert self.entity_items == 33
31+
assert self.entity_items == 34
3232
assert not self.notifications
3333

3434
# Now change some data and change directory reading xml from
@@ -78,7 +78,7 @@ async def test_connect_p1v4_442_triple(self):
7878

7979
await self.device_test(api, "2022-05-16 00:00:01", testdata)
8080
assert api.gateway_id == "03e65b16e4b247a29ae0d75a78cb492e"
81-
assert self.entity_items == 42
81+
assert self.entity_items == 43
8282
assert self.notifications
8383

8484
await api.close_connection()

0 commit comments

Comments
 (0)