Deluge
There is currently support for the following device types within Home Assistant:
Sensor
The deluge
platform allows you to monitor your downloads with Deluge from within Home Assistant and setup automation based on the information.
To enable this sensor, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
sensor:
- platform: deluge
host: IP_ADDRESS
username: USERNAME
password: PASSWORD
monitored_variables:
- 'current_status'
- 'download_speed'
- 'upload_speed'
Configuration Variables
The port your Deluge daemon uses. Warning, this is not the port of the WebUI.
Switch
The deluge
switch platform allows you to control your Deluge client from within Home Assistant. The platform enables you switch all your torrents in pause, and then unpause them all.
To add Deluge to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
platform: deluge
host: IP_ADDRESS
username : USERNAME
password : PASSWORD