We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f63e5 commit 21fbd3aCopy full SHA for 21fbd3a
tests/test_init.py
@@ -581,8 +581,6 @@ async def device_test(
581
self._cooling_active = data.devices[heater_id]["binary_sensors"]["cooling_state"]
582
583
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"])
586
587
if "FIXTURES" in os.environ:
588
_LOGGER.info("Skipping tests: Requested fixtures only") # pragma: no cover
0 commit comments