From d22ddb15a9d87cac7e79594362430037d335769f Mon Sep 17 00:00:00 2001 From: Kevin Custer Date: Wed, 18 Mar 2020 06:42:40 -0400 Subject: [PATCH] Update deluge.py --- dashmachine/platform/deluge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashmachine/platform/deluge.py b/dashmachine/platform/deluge.py index 0f6bb65..29c1845 100644 --- a/dashmachine/platform/deluge.py +++ b/dashmachine/platform/deluge.py @@ -14,7 +14,7 @@ password = MySecretPassword | Variable | Required | Description | Options | |-----------------|----------|-----------------------------------------------------------------|-------------------| | [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 | | value_template | Yes | Jinja template for how the returned data from api is displayed. | jinja template | | password | No | Password to use for auth. | string |