@@ -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 )
0 commit comments