@@ -615,7 +615,6 @@ async def test_connect_legacy_anna(self):
615615 "modulation_level" : 0.0 ,
616616 "return_temperature" : 21.7 ,
617617 "water_pressure" : 1.2 ,
618- "device_state" : "heating" ,
619618 },
620619 },
621620 # Gateway
@@ -715,7 +714,6 @@ async def test_connect_legacy_anna_2(self):
715714 "modulation_level" : 0.0 ,
716715 "return_temperature" : 0.0 ,
717716 "water_pressure" : 1.7 ,
718- "device_state" : "idle" ,
719717 },
720718 },
721719 # Gateway
@@ -906,7 +904,6 @@ async def test_connect_anna_v4(self):
906904 "modulation_level" : 0.0 ,
907905 "return_temperature" : 42.0 ,
908906 "water_pressure" : 2.1 ,
909- "device_state" : "heating" ,
910907 },
911908 "switches" : {"dhw_cm_switch" : False },
912909 },
@@ -1116,7 +1113,6 @@ async def test_connect_anna_without_boiler_fw42(self):
11161113 "vendor" : None ,
11171114 "heating_state" : True ,
11181115 "cooling_active" : False ,
1119- "sensors" : {"device_state" : "heating" },
11201116 },
11211117 # Anna
11221118 "7ffbb3ab4b6c4ab2915d7510f7bf8fe9" : {
@@ -1395,7 +1391,6 @@ async def test_connect_adam_plus_anna_new(self):
13951391 "sensors" : {
13961392 "water_temperature" : 37.0 ,
13971393 "intended_boiler_temperature" : 38.1 ,
1398- "device_state" : "heating" ,
13991394 },
14001395 "switches" : {"dhw_cm_switch" : False },
14011396 },
@@ -1460,7 +1455,6 @@ async def test_connect_adam_plus_anna_new_copy_dhw_and_heating(self):
14601455 "2743216f626f43948deec1f7ab3b3d70" : {
14611456 "binary_sensors" : {"dhw_state" : True },
14621457 "heating_state" : True ,
1463- "sensors" : {"device_state" : "dhw and heating" },
14641458 },
14651459 # Lisa Badkamer
14661460 "453e510de7cb47af8ec5b44fbf40cbe5" : {
@@ -1483,7 +1477,6 @@ async def test_connect_adam_plus_anna_new_copy_cooling(self):
14831477 # Central
14841478 "2743216f626f43948deec1f7ab3b3d70" : {
14851479 "cooling_state" : True ,
1486- "sensors" : {"device_state" : "cooling" },
14871480 },
14881481 }
14891482
@@ -1503,7 +1496,6 @@ async def test_connect_adam_plus_anna_new_copy_dhw_and_cooling(self):
15031496 "2743216f626f43948deec1f7ab3b3d70" : {
15041497 "binary_sensors" : {"dhw_state" : True },
15051498 "cooling_state" : True ,
1506- "sensors" : {"device_state" : "dhw and cooling" },
15071499 }
15081500 }
15091501
@@ -1521,7 +1513,6 @@ async def test_connect_adam_zone_per_device(self):
15211513 testdata = {
15221514 "90986d591dcd426cae3ec3e8111ff730" : {
15231515 "heating_state" : False ,
1524- "sensors" : {"device_state" : "idle" },
15251516 },
15261517 # Lisa WK
15271518 "b59bcebaf94b499ea7d46e4a66fb62d8" : {
@@ -1781,7 +1772,6 @@ async def test_connect_adam_multiple_devices_per_zone(self):
17811772 "water_temperature" : 70.0 ,
17821773 "intended_boiler_temperature" : 70.0 ,
17831774 "modulation_level" : 1 ,
1784- "device_state" : "heating" ,
17851775 },
17861776 },
17871777 "cd0ddb54ef694e11ac18ed1cbce5dbbd" : {
0 commit comments