Files
HomeAssistantVS/custom_components/my_music_library/strings.json
T
2026-07-17 10:12:15 -04:00

40 lines
1.3 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Set up My Music Library",
"description": "Enter the URL of your Music Assistant server ({ma_url_hint}). Required for search and library browsing.",
"data": {
"ma_url": "Music Assistant server URL",
"default_player": "Default player device",
"default_tab": "Default tab on open"
}
}
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_url": "Invalid URL — must start with http:// or https://",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "My Music Library is already configured",
"single_instance_allowed": "Only a single instance is allowed"
}
},
"options": {
"step": {
"init": {
"title": "Player settings",
"description": "Select players to hide from the device picker. You can also type a wildcard pattern (e.g. `media_player.browser_mod_*`) and press Enter to exclude all matching players.",
"data": {
"excluded_players": "Hidden players",
"debug_mode": "Enable debug logging"
},
"data_description": {
"debug_mode": "When enabled, detailed logs appear in HA logs (filter: my_music_library) and in the browser console (F12). Disable after debugging."
}
}
}
}
}