From 2d9aef1837395421eb2bd0d501f361359c1e44e0 Mon Sep 17 00:00:00 2001 From: OzGav Date: Tue, 6 May 2025 00:06:07 +1000 Subject: [PATCH] Grammar and additional text suggestion --- music_assistant/providers/musiccast/__init__.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/music_assistant/providers/musiccast/__init__.py b/music_assistant/providers/musiccast/__init__.py index 28c6e71c..6fbde445 100644 --- a/music_assistant/providers/musiccast/__init__.py +++ b/music_assistant/providers/musiccast/__init__.py @@ -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.", ), ) -- 2.34.1