1
0
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:
Erik Montnemery
2022-08-29 08:45:39 +02:00
committed by GitHub
parent 0154a1cecb
commit 067d21a307
10 changed files with 81 additions and 74 deletions

View File

@@ -48,7 +48,7 @@ async def test_hardware_info(hass: HomeAssistant, hass_ws_client) -> None:
"model": "odroid-n2",
"revision": None,
},
"dongles": None,
"dongle": None,
"name": "Home Assistant Blue / Hardkernel Odroid-N2",
"url": None,
}