mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
---
|
|
title: Deluge
|
|
description: Instructions on how to integrate Deluge within Home Assistant.
|
|
ha_category:
|
|
- Downloading
|
|
- Sensor
|
|
- Switch
|
|
ha_release: 0.57
|
|
ha_config_flow: true
|
|
ha_iot_class: Local Polling
|
|
ha_domain: deluge
|
|
ha_platforms:
|
|
- sensor
|
|
- switch
|
|
ha_codeowners:
|
|
- '@tkdrob'
|
|
ha_integration_type: service
|
|
---
|
|
|
|
There is currently support for the following device types within Home Assistant:
|
|
|
|
- [Sensor](#sensor)
|
|
- [Switch](#switch)
|
|
|
|
## Prerequisites
|
|
|
|
To be able to use this integration, you need to do the following:
|
|
|
|
1. Enable the following option in deluge settings: Daemon > Allow Remote Connections
|
|
2. When set up, the daemon has an account called localclient. Refer [here](https://dev.deluge-torrent.org/wiki/UserGuide/Authentication) to get the password for the local client or add a line in the auth file with your own username and password. Use one of those credentials from there to authenticate the integration with the daemon.
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
## Sensor
|
|
|
|
The `deluge` platform allows you to monitor your downloads with [Deluge](https://deluge-torrent.org/) from within Home Assistant and setup automation based on the information.
|
|
|
|
## Switch
|
|
|
|
The `deluge` switch platform allows you to control your [Deluge](https://deluge-torrent.org/) client from within Home Assistant. The platform enables you switch all your torrents in pause, and then unpause them all.
|