Grammar and additional text suggestion
authorOzGav <gavnosp@hotmail.com>
Mon, 5 May 2025 14:06:07 +0000 (00:06 +1000)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 14:06:07 +0000 (00:06 +1000)
music_assistant/providers/musiccast/__init__.py

index 28c6e71ca62f5d5acdcf9448d38f7beb4a9f2ff2..6fbde445bbfe65e588ecb26a6213de3fe03799ef 100644 (file)
@@ -202,17 +202,19 @@ class MusicCast(PlayerProvider):
                     ConfigEntry(
                         key=CONF_PLAYER_SWITCH_SOURCE_NON_NET,
                         type=ConfigEntryType.STRING,
-                        label="Switch to this non-net source on group leave.",
+                        label="Switch to this non-streaming source when leaving a group.",
                         default_value=PLAYER_MAP_ZONE_SWITCH[zone_player.zone_name],
-                        description="Switch to this non-net source on group leave. "
-                        " This must be the source_id.",
+                        description="The zone will switch to this non-streaming source when leaving a group. "
+                        " The available sources can be seen when selecting 'Select source' ",
+                        " from the menu in the now playing view.",
+                        " This entry is case sensitive.",
                     ),
                     ConfigEntry(
                         key=CONF_PLAYER_TURN_OFF_ON_LEAVE,
                         type=ConfigEntryType.BOOLEAN,
-                        label="Turn off zone after group is left.",
+                        label="Turn off the zone when it leaves a group.",
                         default_value=False,
-                        description="Turn off zone after group is left.",
+                        description="Turn off the zone when it leaves a group.",
                     ),
                 )