mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Reboot host to aiohasupervisor (#130391)
* Reboot host to aiohasupervisor * Remove invalid test * Remove unnecessary init
This commit is contained in:
@@ -516,6 +516,7 @@ def supervisor_client() -> Generator[AsyncMock]:
|
||||
supervisor_client.addons = AsyncMock()
|
||||
supervisor_client.discovery = AsyncMock()
|
||||
supervisor_client.homeassistant = AsyncMock()
|
||||
supervisor_client.host = AsyncMock()
|
||||
supervisor_client.os = AsyncMock()
|
||||
supervisor_client.resolution = AsyncMock()
|
||||
supervisor_client.supervisor = AsyncMock()
|
||||
|
||||
Reference in New Issue
Block a user