1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-25 04:46:25 +00:00
This commit is contained in:
Pascal Vizeli
2018-04-13 00:03:03 +02:00
parent cf00ce7d78
commit 3382688669
3 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ from .snapshots import SnapshotManager
from .tasks import Tasks
from .updater import Updater
from .services import ServiceManager
from .host.audio import AlsaAudio
from .host import AlsaAudio
_LOGGER = logging.getLogger(__name__)

View File

@@ -1 +1,2 @@
"""Host function like audio/dbus/systemd."""
from .alsa import AlsaAudio # noqa