1
0
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:
Mike Degatano
2024-12-02 07:34:39 -05:00
committed by GitHub
parent 0c693b6ae1
commit 99063ba141
6 changed files with 33 additions and 44 deletions

View File

@@ -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()