Add URL example (#2287)
authorOzGav <gavnosp@hotmail.com>
Sun, 3 Aug 2025 08:37:32 +0000 (18:37 +1000)
committerGitHub <noreply@github.com>
Sun, 3 Aug 2025 08:37:32 +0000 (10:37 +0200)
music_assistant/providers/audiobookshelf/__init__.py

index 97e21b2ce7ef0cce8ad6a56bbd0fe0e100c39446..c79766d6a59d45f72adbf228ebf0f667e5e44fe2 100644 (file)
@@ -128,7 +128,8 @@ async def get_config_entries(
             type=ConfigEntryType.STRING,
             label="Server",
             required=True,
-            description="The url of the Audiobookshelf server to connect to.",
+            description="The URL of the Audiobookshelf server to connect to. For example "
+            "https://abs.domain.tld/ or http://192.168.1.4:13378/",
         ),
         ConfigEntry(
             key=CONF_USERNAME,
@@ -149,7 +150,8 @@ async def get_config_entries(
             type=ConfigEntryType.SECURE_STRING,
             label="Token _instead_ of user/ password.",
             required=False,
-            description="Instead of using username and password, you may provide the user's token."
+            description="Instead of using a username and password, "
+            "you may provide the user's token."
             "\nThe token can be seen in Audiobookshelf as an admin user in Settings -> Users.",
         ),
         ConfigEntry(