1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Include config entry id in response to WS API hardware/info (#81906)

This commit is contained in:
Erik Montnemery
2022-11-10 13:19:21 +01:00
committed by GitHub
parent a954443795
commit 874ece195e
9 changed files with 24 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ async def test_hardware_info(hass: HomeAssistant, hass_ws_client) -> None:
"model": "1",
"revision": None,
},
"config_entries": [config_entry.entry_id],
"dongle": None,
"name": "Raspberry Pi",
"url": None,