mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-09 02:49:43 +00:00
Fix Hardware list (#1490)
This commit is contained in:
10
tests/misc/test_hardware.py
Normal file
10
tests/misc/test_hardware.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""Test hardware utils."""
|
||||
|
||||
from hassio.misc.hardware import Hardware
|
||||
|
||||
|
||||
def test_read_all_devices():
|
||||
"""Test to read all devices."""
|
||||
system = Hardware()
|
||||
|
||||
assert system.devices
|
||||
Reference in New Issue
Block a user