Skip to content

Commit 8493699

Browse files
committed
Remove double updated-test-asserts
1 parent 55cc5b4 commit 8493699

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

tests/test_smile.py

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,11 +1070,6 @@ async def test_connect_anna_v4(self):
10701070
}
10711071
testdata_updated = {
10721072
"cd0e6156b1f04d5f952349ffbe397481": {
1073-
"dev_class": "heater_central",
1074-
"location": "94c107dc6ac84ed98e9f68c0dd06bf71",
1075-
"model": "2.32",
1076-
"name": "OpenTherm",
1077-
"vendor": "Bosch Thermotechniek B.V.",
10781073
"maximum_boiler_temperature": {
10791074
"setpoint": 69.0,
10801075
"lower_bound": 0.0,
@@ -1087,7 +1082,6 @@ async def test_connect_anna_v4(self):
10871082
"upper_bound": 60.0,
10881083
"resolution": 0.01,
10891084
},
1090-
"available": True,
10911085
"binary_sensors": {
10921086
"dhw_state": False,
10931087
"heating_state": False,
@@ -1100,40 +1094,18 @@ async def test_connect_anna_v4(self):
11001094
"return_temperature": 41.0,
11011095
"water_pressure": 2.1,
11021096
},
1103-
"switches": {"dhw_cm_switch": False},
11041097
},
11051098
"01b85360fdd243d0aaad4d6ac2a5ba7e": {
1106-
"dev_class": "thermostat",
1107-
"firmware": "2018-02-08T11:15:53+01:00",
1108-
"hardware": "6539-1301-5002",
1109-
"location": "eb5309212bf5407bb143e5bfa3b18aee",
1110-
"model": "ThermoTouch",
1111-
"name": "Anna",
1112-
"vendor": "Plugwise",
11131099
"thermostat": {
11141100
"setpoint": 19.5,
11151101
"lower_bound": 4.0,
11161102
"upper_bound": 30.0,
11171103
"resolution": 0.1,
11181104
},
1119-
"preset_modes": ["vacation", "no_frost", "away", "asleep", "home"],
11201105
"active_preset": "away",
1121-
"available_schedules": ["Standaard", "Thuiswerken"],
1122-
"select_schedule": "None",
1123-
"last_used": "Standaard",
1124-
"mode": "heat",
11251106
"sensors": {"temperature": 19.5, "setpoint": 19.5, "illuminance": 39.5},
11261107
},
11271108
"0466eae8520144c78afb29628384edeb": {
1128-
"dev_class": "gateway",
1129-
"firmware": "4.0.15",
1130-
"hardware": "AME Smile 2.0 board",
1131-
"location": "94c107dc6ac84ed98e9f68c0dd06bf71",
1132-
"mac_address": "012345670001",
1133-
"model": "Gateway",
1134-
"name": "Smile Anna",
1135-
"vendor": "Plugwise",
1136-
"binary_sensors": {"plugwise_notification": False},
11371109
"sensors": {"outdoor_temperature": 6.44},
11381110
},
11391111
}

0 commit comments

Comments
 (0)