File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ async def test_adam_heatpump_cooling(self):
321321 server , api , client = await self .connect_wrapper ()
322322
323323 await self .device_test (api , "2022-01-02 00:00:01" , testdata )
324- assert self .entity_items == 518
324+ assert self .entity_items == 538
325325 assert self .cooling_present
326326 assert self ._cooling_enabled
327327
@@ -344,7 +344,7 @@ async def test_connect_adam_onoff_cooling_fake_firmware(self):
344344 )
345345
346346 await self .device_test (api , "2022-01-02 00:00:01" , testdata )
347- assert self .entity_items == 67
347+ assert self .entity_items == 69
348348 assert self .cooling_present
349349 # assert self._cooling_enabled - no cooling_enabled indication present
350350
@@ -408,7 +408,7 @@ async def test_adam_plus_jip(self):
408408
409409 await self .device_test (api , "2021-06-20 00:00:01" , testdata )
410410 assert api .gateway_id == "b5c2386c6f6342669e50fe49dd05b188"
411- assert self .entity_items == 261
411+ assert self .entity_items == 269
412412
413413 # Negative test
414414 result = await self .tinker_thermostat (
You can’t perform that action at this time.
0 commit comments