Skip to content

Commit c8db2c6

Browse files
committed
Remove non-exisiting device for device-removal test, not needed
1 parent ef6e958 commit c8db2c6

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

scripts/manual_fixtures.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -251,35 +251,6 @@ def json_writer(
251251
"resolution": 0.01,
252252
}
253253

254-
# Add a non-existing device for testing device-removal
255-
m_adam_heating["devices"].update(
256-
{
257-
"01234567890abcdefghijklmnopqrstu": {
258-
"available": False,
259-
"dev_class": "thermo_sensor",
260-
"firmware": "2020-11-04T01:00:00+01:00",
261-
"hardware": "1",
262-
"location": "f871b8c4d63549319221e294e4f88074",
263-
"model": "Tom/Floor",
264-
"name": "Tom Badkamer",
265-
"sensors": {
266-
"battery": 99,
267-
"temperature": 18.6,
268-
"temperature_difference": 2.3,
269-
"valve_position": 0.0,
270-
},
271-
"temperature_offset": {
272-
"lower_bound": -2.0,
273-
"resolution": 0.1,
274-
"setpoint": 0.1,
275-
"upper_bound": 2.0,
276-
},
277-
"vendor": "Plugwise",
278-
"zigbee_mac_address": "ABCD012345670A01",
279-
}
280-
}
281-
)
282-
283254
json_writer("m_adam_heating", m_adam_heating, m_adam_cooling_device_list, base_n)
284255

285256
### ANNA

0 commit comments

Comments
 (0)