mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +00:00
Update bootstrap.py
This commit is contained in:
parent
c315b026a3
commit
7dff9e09a7
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user