mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-10 11:29:51 +00:00
11 lines
188 B
Python
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
|