From ca14c9934edd9bfc578ef925e62f9f3d46dd9321 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 3 Apr 2025 11:16:48 +0200 Subject: [PATCH] cleanup --- music_assistant/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/music_assistant/constants.py b/music_assistant/constants.py index 243164a7..84357255 100644 --- a/music_assistant/constants.py +++ b/music_assistant/constants.py @@ -349,8 +349,6 @@ CONF_ENTRY_EXPOSE_PLAYER_TO_HA = ConfigEntry( description="Expose this player to the Home Assistant integration. \n" "If disabled, this player will not be imported into Home Assistant.", category="advanced", - # NOTE: This setting is hidden for now, until the HA integration has been updated - hidden=True, ) CONF_ENTRY_EXPOSE_PLAYER_TO_HA_DEFAULT_DISABLED = ConfigEntry.from_dict( {**CONF_ENTRY_EXPOSE_PLAYER_TO_HA.to_dict(), "default_value": False} -- 2.34.1