home-assistant.io/source/_components/switch.deluge.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Deluge Switch Instructions on how to integrate Deluge within Home Assistant. 2017-10-19 09:00 true false true true deluge.png Downloading 0.57 Local Polling

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

Configuration variables:

  • host (Required): This is the IP address of your Deluge daemon, eg. 192.168.1.32.
  • username (Required): Your Deluge username, if you use authentication.
  • password (Required): Your Deluge password, if you use authentication.
  • 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.