Enhance data_description in SABnzbd (#131256)

This commit is contained in:
Jan-Philipp Benecke 2024-11-22 13:34:49 +01:00 committed by GitHub
parent ce46bac245
commit c16f14c856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,8 @@
"url": "[%key:common::config_flow::data::url%]"
},
"data_description": {
"url": "The full URL, including port, of the SABnzbd server. Example: `http://localhost:8080` or `http://a02368d7-sabnzbd:8080`"
"url": "The full URL, including port, of the SABnzbd server. Example: `http://localhost:8080` or `http://a02368d7-sabnzbd:8080`, if you are using the add-on.",
"api_key": "The API key of the SABnzbd server. This can be found in the SABnzbd web interface under Config cog (top right) > General > Security."
}
}
},