mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-23 20:09:03 +00:00
Update bootstrap.py
This commit is contained in:
@@ -20,6 +20,7 @@ from .services import ServiceManager
|
|||||||
from .services import Discovery
|
from .services import Discovery
|
||||||
from .host import AlsaAudio
|
from .host import AlsaAudio
|
||||||
from .host import HostManager
|
from .host import HostManager
|
||||||
|
from .dbus import DBusManager
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@@ -40,6 +41,7 @@ def initialize_coresys(loop):
|
|||||||
coresys.tasks = Tasks(coresys)
|
coresys.tasks = Tasks(coresys)
|
||||||
coresys.services = ServiceManager(coresys)
|
coresys.services = ServiceManager(coresys)
|
||||||
coresys.discovery = Discovery(coresys)
|
coresys.discovery = Discovery(coresys)
|
||||||
|
coresys.dbus = DBusManager(coresys)
|
||||||
|
|
||||||
# bootstrap config
|
# bootstrap config
|
||||||
initialize_system_data(coresys)
|
initialize_system_data(coresys)
|
||||||
|
|||||||
Reference in New Issue
Block a user