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

Add /store API (#2626)

This commit is contained in:
Joakim Sørensen
2021-02-25 16:15:51 +01:00
committed by GitHub
parent 739cfbb273
commit 752068bb56
7 changed files with 301 additions and 4 deletions

View File

@@ -20,12 +20,12 @@ if TYPE_CHECKING:
from .core import Core
from .dbus import DBusManager
from .discovery import Discovery
from .hardware.module import HardwareManager
from .hassos import HassOS
from .homeassistant import HomeAssistant
from .host import HostManager
from .ingress import Ingress
from .jobs import JobManager
from .hardware.module import HardwareManager
from .misc.scheduler import Scheduler
from .misc.tasks import Tasks
from .plugins import PluginManager