Update deluge.py

This commit is contained in:
Kevin Custer 2020-03-18 06:42:40 -04:00 committed by GitHub
parent f5c9dd185e
commit d22ddb15a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ password = MySecretPassword
| Variable | Required | Description | Options | | Variable | Required | Description | Options |
|-----------------|----------|-----------------------------------------------------------------|-------------------| |-----------------|----------|-----------------------------------------------------------------|-------------------|
| [variable_name] | Yes | Name for the data source. | [variable_name] | | [variable_name] | Yes | Name for the data source. | [variable_name] |
| plaform | Yes | Name of the platform. | rest | | platform | Yes | Name of the platform. | rest |
| resource | Yes | Url of your deluge instance + '/json' | url | | resource | Yes | Url of your deluge instance + '/json' | url |
| value_template | Yes | Jinja template for how the returned data from api is displayed. | jinja template | | value_template | Yes | Jinja template for how the returned data from api is displayed. | jinja template |
| password | No | Password to use for auth. | string | | password | No | Password to use for auth. | string |