Skip to content

Commit 45a1665

Browse files
committed
Update related amount of entity_items
1 parent 8ffafa8 commit 45a1665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_adam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ async def test_adam_plus_jip(self):
433433
assert api._last_active["06aecb3d00354375924f50c47af36bd2"] is None
434434
assert api._last_active["d27aede973b54be484f6842d1b2802ad"] is None
435435
assert api._last_active["13228dab8ce04617af318a2888b3c548"] is None
436-
assert self.entity_items == 245
436+
assert self.entity_items == 253
437437

438438
# Negative test
439439
result = await self.tinker_thermostat(

tests/test_legacy_anna.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def test_connect_legacy_anna(self):
3030

3131
await self.device_test(api, "2020-03-22 00:00:01", testdata)
3232
assert api.gateway_id == "0000aaaa0000aaaa0000aaaa0000aa00"
33-
assert self.entity_items == 41
33+
assert self.entity_items == 43
3434
assert not api.reboot
3535

3636
result = await self.tinker_legacy_thermostat(api, schedule_on=False)

0 commit comments

Comments
 (0)