Clarify authentication to Deluge (#25131)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Robert Hillis 2022-12-05 05:40:57 -05:00 committed by GitHub
parent 2d45bbdffa
commit 6ea18db6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,12 @@ There is currently support for the following device types within Home Assistant:
- [Sensor](#sensor) - [Sensor](#sensor)
- [Switch](#switch) - [Switch](#switch)
To be able to use this integration, you have to enable the following option in deluge settings: Daemon > Allow Remote Connections ## 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 %} {% include integrations/config_flow.md %}