mirror of
https://github.com/home-assistant/core.git
synced 2025-11-27 03:28:04 +00:00
Add support for USB dongles to the hardware integration (#76795)
* Add support for USB dongles to the hardware integration * Update hardware integrations * Adjust tests * Add USB discovery for SkyConnect 1.0 * Improve test coverage * Apply suggestions from code review Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * Fix frozen dataclass shizzle * Adjust test Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -48,6 +48,7 @@ async def test_hardware_info(hass: HomeAssistant, hass_ws_client) -> None:
|
||||
"model": "1",
|
||||
"revision": None,
|
||||
},
|
||||
"dongles": None,
|
||||
"name": "Raspberry Pi",
|
||||
"url": None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user