From 9a74ca0f384a16f55984c60f09a89fdb48df894e Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Sat, 19 Oct 2019 18:00:05 +0200 Subject: [PATCH] Update homeassistant.py --- music_assistant/homeassistant.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/music_assistant/homeassistant.py b/music_assistant/homeassistant.py index 482bab73..018c4538 100644 --- a/music_assistant/homeassistant.py +++ b/music_assistant/homeassistant.py @@ -27,7 +27,8 @@ EVENT_HASS_CHANGED = "hass entity changed" if os.path.isfile('/data/options.json'): IS_HASSIO = True CONFIG_ENTRIES = [ - (CONF_ENABLED, False, CONF_ENABLED)] + (CONF_ENABLED, False, CONF_ENABLED), + (CONF_PUBLISH_PLAYERS, True, 'hass_publish')] else: IS_HASSIO = False CONFIG_ENTRIES = [ -- 2.34.1