File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1027,17 +1027,15 @@ async def test_connect_adam_zone_per_device(self):
10271027 "battery" : 67 ,
10281028 },
10291029 # Adam
1030- # "90986d591dcd426cae3ec3e8111ff730": {"intended_boiler_temperature": 70.0},
10311030 "fe799307f1624099878210aa0b9f1475" : {
1031+ "heating_state" : False ,
10321032 "outdoor_temperature" : 7.69 ,
10331033 },
10341034 # Modem
10351035 "675416a629f343c495449970e2ca37b5" : {
10361036 "electricity_consumed" : 12.2 ,
10371037 "relay" : True ,
10381038 },
1039- # Fake heater_central
1040- # Disable for now "90986d591dcd426cae3ec3e8111ff730": {"heating_state": False},
10411039 }
10421040
10431041 self .smile_setup = "adam_zone_per_device"
@@ -1124,17 +1122,15 @@ async def test_connect_adam_multiple_devices_per_zone(self):
11241122 "battery" : 67 ,
11251123 },
11261124 # Adam
1127- # "90986d591dcd426cae3ec3e8111ff730": {"intended_boiler_temperature": 70.0},
11281125 "fe799307f1624099878210aa0b9f1475" : {
1126+ "heating_state" : True ,
11291127 "outdoor_temperature" : 7.81 ,
11301128 },
11311129 # Modem
11321130 "675416a629f343c495449970e2ca37b5" : {
11331131 "electricity_consumed" : 12.2 ,
11341132 "relay" : True ,
11351133 },
1136- # Fake heater_central
1137- # Disable for now "90986d591dcd426cae3ec3e8111ff730": {"heating_state": True},
11381134 }
11391135
11401136 self .smile_setup = "adam_multiple_devices_per_zone"
You can’t perform that action at this time.
0 commit comments