Add URL description for Sabnzbd integration (#125414)

* Create pull.yml

* Add URL description

* remove file
This commit is contained in:
Shai Ungar 2024-09-10 23:59:50 +03:00 committed by GitHub
parent 2e54967a6d
commit 1be455e0e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,9 @@
"api_key": "[%key:common::config_flow::data::api_key%]",
"name": "[%key:common::config_flow::data::name%]",
"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`"
}
}
},