cleanup
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 3 Apr 2025 09:16:48 +0000 (11:16 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 3 Apr 2025 09:16:48 +0000 (11:16 +0200)
music_assistant/constants.py

index 243164a7a50431efb7546eb29151264fdaeb8c00..84357255d87cf986e47f748fdf264b7a9a84dee3 100644 (file)
@@ -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}