mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Refactor hardware.async_info to return list[HardwareInfo] (#77183)
This commit is contained in:
@@ -48,7 +48,7 @@ async def test_hardware_info(hass: HomeAssistant, hass_ws_client) -> None:
|
||||
"model": "1",
|
||||
"revision": None,
|
||||
},
|
||||
"dongles": None,
|
||||
"dongle": None,
|
||||
"name": "Raspberry Pi",
|
||||
"url": None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user