Skip to content

Update Deluge Docs #5410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/_components/sensor.deluge.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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.
Expand Down