@@ -36,7 +36,7 @@ async def test_connect_adam_plus_anna_new(self):
3636 assert api .gateway_id == "da224107914542988a88561b4452b0f6"
3737 assert api ._last_active ["f2bf9048bef64cc5b6d5110154e33c81" ] == "Weekschema"
3838 assert api ._last_active ["f871b8c4d63549319221e294e4f88074" ] == "Badkamer"
39- assert self .entity_items == 178 # 183
39+ assert self .entity_items == 183
4040 assert self .entity_list == [
4141 "da224107914542988a88561b4452b0f6" ,
4242 "056ee145a816487eaa69243c3280f8bf" ,
@@ -217,7 +217,7 @@ async def test_connect_adam_zone_per_device(self):
217217 assert api ._last_active ["82fa13f017d240daa0d0ea1775420f24" ] == CV_JESSIE
218218 assert api ._last_active ["08963fec7c53423ca5680aa4cb502c63" ] == BADKAMER_SCHEMA
219219 assert api ._last_active ["446ac08dd04d4eff8ac57489757b7314" ] == BADKAMER_SCHEMA
220- assert self .entity_items == 369
220+ assert self .entity_items == 379
221221
222222 assert "af82e4ccf9c548528166d38e560662a4" in self .notifications
223223 await api .delete_notification ()
@@ -295,7 +295,7 @@ async def test_connect_adam_multiple_devices_per_zone(self):
295295 assert api ._last_active ["82fa13f017d240daa0d0ea1775420f24" ] == CV_JESSIE
296296 assert api ._last_active ["08963fec7c53423ca5680aa4cb502c63" ] == BADKAMER_SCHEMA
297297 assert api ._last_active ["446ac08dd04d4eff8ac57489757b7314" ] == BADKAMER_SCHEMA
298- assert self .entity_items == 374
298+ assert self .entity_items == 385
299299
300300 assert "af82e4ccf9c548528166d38e560662a4" in self .notifications
301301
@@ -341,7 +341,7 @@ async def test_adam_heatpump_cooling(self):
341341 assert api ._last_active ["a562019b0b1f47a4bde8ebe3dbe3e8a9" ] == WERKDAG_SCHEMA
342342 assert api ._last_active ["8cf650a4c10c44819e426bed406aec34" ] == WERKDAG_SCHEMA
343343 assert api ._last_active ["5cc21042f87f4b4c94ccb5537c47a53f" ] == WERKDAG_SCHEMA
344- assert self .entity_items == 498
344+ assert self .entity_items == 518
345345 assert self .cooling_present
346346 assert self ._cooling_enabled
347347
@@ -364,7 +364,7 @@ async def test_connect_adam_onoff_cooling_fake_firmware(self):
364364 )
365365
366366 await self .device_test (api , "2022-01-02 00:00:01" , testdata )
367- assert self .entity_items == 65
367+ assert self .entity_items == 67
368368 assert self .cooling_present
369369 # assert self._cooling_enabled - no cooling_enabled indication present
370370
@@ -389,7 +389,7 @@ async def test_connect_adam_plus_anna(self):
389389 await self .device_test (api , "2020-03-22 00:00:01" , testdata )
390390 assert api .gateway_id == "b128b4bbbd1f47e9bf4d756e8fb5ee94"
391391 assert api ._last_active ["009490cc2f674ce6b576863fbb64f867" ] == "Weekschema"
392- assert self .entity_items == 80
392+ assert self .entity_items == 82
393393 assert "6fb89e35caeb4b1cb275184895202d84" in self .notifications
394394
395395 result = await self .tinker_thermostat (
@@ -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 == 253
436+ assert self .entity_items == 261
437437
438438 # Negative test
439439 result = await self .tinker_thermostat (
0 commit comments