Update __init__.py
authormarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Wed, 16 Oct 2019 07:53:14 +0000 (09:53 +0200)
committermarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Wed, 16 Oct 2019 07:53:14 +0000 (09:53 +0200)
music_assistant/__init__.py

index fdfa84c6d4f4434245abe124705a572a6d477474..89a37b95b7ac0c031264d2c25f540b769f784b99 100644 (file)
@@ -52,6 +52,7 @@ class MusicAssistant():
         await self.db.setup()
         await self.cache.setup()
         await self.metadata.setup()
+        await self.hass.setup()
         await self.music.setup()
         await self.players.setup()
         await self.web.setup()