mirror of
https://github.com/elisspace/core.git
synced 2026-09-18 08:41:46 +00:00
Create repairs for unsupported and unhealthy (#80747)
This commit is contained in:
committed by
Paulus Schoutsen
parent
0a476baf16
commit
3ddcc637da
@@ -198,7 +198,17 @@ async def test_access_from_supervisor_ip(
|
||||
|
||||
manager: IpBanManager = app[KEY_BAN_MANAGER]
|
||||
|
||||
assert await async_setup_component(hass, "hassio", {"hassio": {}})
|
||||
with patch(
|
||||
"homeassistant.components.hassio.HassIO.get_resolution_info",
|
||||
return_value={
|
||||
"unsupported": [],
|
||||
"unhealthy": [],
|
||||
"suggestions": [],
|
||||
"issues": [],
|
||||
"checks": [],
|
||||
},
|
||||
):
|
||||
assert await async_setup_component(hass, "hassio", {"hassio": {}})
|
||||
|
||||
m_open = mock_open()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user