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 @@ -1026,7 +1026,7 @@ async def test_connect_adam_zone_per_device(self):
10261026 "temperature" : 16.5 ,
10271027 "battery" : 67 ,
10281028 },
1029- # Fake heater-central
1029+ # Adam
10301030 # "90986d591dcd426cae3ec3e8111ff730": {"intended_boiler_temperature": 70.0},
10311031 "fe799307f1624099878210aa0b9f1475" : {
10321032 "outdoor_temperature" : 7.69 ,
@@ -1037,7 +1037,7 @@ async def test_connect_adam_zone_per_device(self):
10371037 "relay" : True ,
10381038 },
10391039 # Fake heater_central
1040- "90986d591dcd426cae3ec3e8111ff730" : {"heating_state" : False },
1040+ # Disable for now "90986d591dcd426cae3ec3e8111ff730": {"heating_state": False},
10411041 }
10421042
10431043 self .smile_setup = "adam_zone_per_device"
@@ -1134,7 +1134,7 @@ async def test_connect_adam_multiple_devices_per_zone(self):
11341134 "relay" : True ,
11351135 },
11361136 # Fake heater_central
1137- "90986d591dcd426cae3ec3e8111ff730" : {"heating_state" : True },
1137+ # Disable for now "90986d591dcd426cae3ec3e8111ff730": {"heating_state": True},
11381138 }
11391139
11401140 self .smile_setup = "adam_multiple_devices_per_zone"
You can’t perform that action at this time.
0 commit comments