From 6ff34bcc2f791b3f346917efe4a29306e56441e1 Mon Sep 17 00:00:00 2001 From: Justin Bassett Date: Mon, 21 May 2018 10:16:30 -0400 Subject: [PATCH] Update Deluge Docs Updating to reflect which fields are actually required to setup this sensor. --- source/_components/sensor.deluge.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.deluge.markdown b/source/_components/sensor.deluge.markdown index d80cedf2f8d..948849b0aad 100644 --- a/source/_components/sensor.deluge.markdown +++ b/source/_components/sensor.deluge.markdown @@ -23,6 +23,8 @@ To enable this sensor, add the following lines to your `configuration.yaml`: sensor: - platform: deluge host: IP_ADDRESS + username: USERNAME + password: PASSWORD monitored_variables: - 'current_status' - 'download_speed' @@ -34,8 +36,8 @@ Configuration variables: - **host** (*Required*): This is the IP address of your Deluge daemon, eg. 192.168.1.32. - **port** (*Optional*): The port your Deluge daemon uses. Defaults to 58846. Warning, this is not the port of the WebUI. - **name** (*Optional*): The name to use when displaying this Deluge instance. -- **username** (*Optional*): Your Deluge username, if you use authentication. -- **password** (*Optional*): Your Deluge password, if you use authentication. +- **username** (*Required*): Your Deluge daemon username. +- **password** (*Required*): Your Deluge daemon password. - **monitored_variables** array (*Required*): Conditions to display in the frontend. - **current_status**: The status of your Deluge daemon. - **download_speed**: The current download speed.