Skip to content

Commit 510e400

Browse files
committed
Tests: test heating_state via Adam
1 parent 46cfa96 commit 510e400

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/test_smile.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)