1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Check integritiy of core (#2851)

This commit is contained in:
Pascal Vizeli
2021-05-03 11:44:46 +02:00
committed by GitHub
parent cee520f0b5
commit 682ee4529e
7 changed files with 289 additions and 272 deletions

View File

@@ -27,7 +27,7 @@ if TYPE_CHECKING:
from .discovery import Discovery
from .hardware.module import HardwareManager
from .hassos import HassOS
from .homeassistant import HomeAssistant
from .homeassistant.module import HomeAssistant
from .host import HostManager
from .ingress import Ingress
from .jobs import JobManager