Files
supervisor/tests/misc/test_hardware.py
2020-02-07 18:30:39 +01:00

11 lines
188 B
Python

"""Test hardware utils."""
from hassio.misc.hardware import Hardware
def test_read_all_devices():
"""Test to read all devices."""
system = Hardware()
assert system.devices