Skip to content

Commit 21fbd3a

Browse files
committed
No longer needed to create separate notifications and device_list files
1 parent 10f63e5 commit 21fbd3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_init.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,6 @@ async def device_test(
581581
self._cooling_active = data.devices[heater_id]["binary_sensors"]["cooling_state"]
582582

583583
self._write_json("all_data", {"gateway": data.gateway, "devices": data.devices})
584-
self._write_json("device_list", list(data.devices.keys()))
585-
self._write_json("notifications", data.gateway["notifications"])
586584

587585
if "FIXTURES" in os.environ:
588586
_LOGGER.info("Skipping tests: Requested fixtures only") # pragma: no cover

0 commit comments

Comments
 (0)