Skip to content

Commit c08dbbc

Browse files
authored
Merge pull request home-assistant#5410 from JBassett/patch-1
Update Deluge Docs
2 parents 0a8fbdc + 6ff34bc commit c08dbbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/_components/sensor.deluge.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To enable this sensor, add the following lines to your `configuration.yaml`:
2323
sensor:
2424
- platform: deluge
2525
host: IP_ADDRESS
26+
username: USERNAME
27+
password: PASSWORD
2628
monitored_variables:
2729
- 'current_status'
2830
- 'download_speed'
@@ -34,8 +36,8 @@ Configuration variables:
3436
- **host** (*Required*): This is the IP address of your Deluge daemon, eg. 192.168.1.32.
3537
- **port** (*Optional*): The port your Deluge daemon uses. Defaults to 58846. Warning, this is not the port of the WebUI.
3638
- **name** (*Optional*): The name to use when displaying this Deluge instance.
37-
- **username** (*Optional*): Your Deluge username, if you use authentication.
38-
- **password** (*Optional*): Your Deluge password, if you use authentication.
39+
- **username** (*Required*): Your Deluge daemon username.
40+
- **password** (*Required*): Your Deluge daemon password.
3941
- **monitored_variables** array (*Required*): Conditions to display in the frontend.
4042
- **current_status**: The status of your Deluge daemon.
4143
- **download_speed**: The current download speed.

0 commit comments

Comments
 (0)